Changeset 10032 for code/branches/pickupsFS14/src/modules/jump/JumpShip.h
- Timestamp:
- Apr 11, 2014, 12:07:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickupsFS14/src/modules/jump/JumpShip.h
r10022 r10032 73 73 WeakPtr<Jump> getGame(); 74 74 WeakPtr<Jump> game; 75 WeakPtr<Camera> camera;76 75 const float xVelocity = 150.0f; 77 76 const float xBoundary = 200.0f; … … 100 99 bool downPressed; 101 100 102 float yScreenPosition;103 101 float yVelocity; 104 102 const float yAcceleration = 10.0f; 105 103 const float ySpeedAfterJump = 300.0f; 106 107 JumpPlatform* platform;108 104 }; 109 105 }
Note: See TracChangeset
for help on using the changeset viewer.