📄 readme.txt
字号:
### CrashLanding ###===========================================================================DESCRIPTION:Demonstrates how to do build a full OpenGL-based game with sound effects, and using the accelerometer as a game controller. Simply build the sample using Xcode and run it on the device. (This project hasn't yet been updated to run in the simulator.) Then follow the instructions to play the game. Tap on the screen at any time to start a new game immediately.This sample also shows how to save game high-scores in the application's preferences.===========================================================================BUILD REQUIREMENTS:Mac OS X 10.5.3, Xcode 3.1, iPhone OS 2.0, Beta 7 release===========================================================================RUNTIME REQUIREMENTS:Mac OS X 10.5.3, iPhone OS 2.0, Beta 7 release===========================================================================PACKAGING LIST:AppController.hAppController.mthe UIApplication delegate class, which is the central controller of the application.AudioSupport/SoundEngine.hAudioSupport/SoundEngine.cppThese functions use OpenAL to play background music tracks, multiple sound effects, and support stereo panning with a low-latency response.OpenGLSupport/Texture2D.hOpenGLSupport/Texture2D.mConvenience class that allows to create OpenGL 2D textures from images, text or raw data.main.mThe entry point for the application.===========================================================================CHANGES FROM PREVIOUS VERSIONS:Version 1.6- Fixed problem where lander sometimes moved in same direction as thrust- Now use nib file for window definition and top-level connections.- Replaced EAGLView class with MyEAGLView.- Removed GameView, since MyEAGLView handles touches.Version 1.5- Simplified the Texture2D class.Version 1.4- Updated for Beta 6- Renamed from LunarLander to CrashLanding- Updated for changes in the EAGL API.Version 1.3- Updated for Beta 5Version 1.2- Updated for Beta 4- Updated build settings- Updated ReadMe file formatVersion 1.1- NA===========================================================================Copyright (C) 2008 Apple Inc. All rights reserved.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -