Changes between Version 12 and Version 13 of pps/tutorial_basic
- Timestamp:
- Oct 1, 2008, 9:50:31 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial_basic
v12 v13 122 122 }}} 123 123 The -m parameter simply specifies a commit message that shows in the log. NEVER forget it. There is no way to edit once commited! 124 125 == Bored? == 126 There is some additional code in XMLPort() which you can uncomment. It will show you billboard set just above your ship. There is also a tick() function somewhere that gets called every frame. Maybe you can animate that billboard set by placing some of the variables from the commented code into the member section of the class (open TutorialShip.h for that matter)...