Changeset 6800 in orxonox.OLD for trunk/src/world_entities/space_ships/hover.h
- Timestamp:
- Jan 27, 2006, 4:40:37 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/hover.h
r6799 r6800 10 10 #include "playable.h" 11 11 12 13 12 class Hover : public Playable 14 13 { 15 16 14 public: 17 15 … … 37 35 virtual void process(const Event &event); 38 36 39 40 41 37 private: 42 38 void calculateVelocity(float time); 43 39 void weaponAction(); 44 45 // !! temporary !!46 void ADDWEAPON();47 40 48 41 bool bUp; //!< up button pressed. … … 64 57 //float cycle; //!< hovercycle 65 58 66 PNode topRotor; 67 PNode tailRotor; 59 PNode wingNodeLeft; 60 PNode wingNodeRight; 61 PNode rotorNodeLeft; 62 PNode rotorNodeRight; 68 63 69 64 PNode cameraNode;
Note: See TracChangeset
for help on using the changeset viewer.