- Timestamp:
- Nov 27, 2017, 2:03:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrxShip.h
r11565 r11595 74 74 { return this->UpwardThrust; } 75 75 virtual void updateLevel(); 76 virtual int timeUntilRespawn(); 77 76 78 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 77 79 … … 85 87 bool isDead; 86 88 float speed, UpwardThrust, gravity; 89 long deathTime; 87 90 struct Velocity 88 91 {
Note: See TracChangeset
for help on using the changeset viewer.