Changeset 10022 for code/branches/pickupsFS14/src/modules/jump/JumpShip.h
- Timestamp:
- Apr 3, 2014, 4:05:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickupsFS14/src/modules/jump/JumpShip.h
r10017 r10022 40 40 #include "graphics/Camera.h" 41 41 #include "weapons/projectiles/Projectile.h" 42 #include "JumpPlatform.h" 42 43 43 44 namespace orxonox … … 103 104 const float yAcceleration = 10.0f; 104 105 const float ySpeedAfterJump = 300.0f; 106 107 JumpPlatform* platform; 105 108 }; 106 109 }
Note: See TracChangeset
for help on using the changeset viewer.