- Timestamp:
- Oct 23, 2017, 3:49:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrxShip.cc
r11503 r11505 39 39 #include "graphics/Camera.h" 40 40 #include "weapons/projectiles/Projectile.h" 41 #include <math.h> 41 42 42 43 namespace orxonox … … 49 50 50 51 UpwardThrust = 250; 51 speed = 50;52 speed = 1; 52 53 gravity = 20; 53 54 } … … 88 89 camera->setOrientation(Vector3::UNIT_Z, Degree(90)); 89 90 } 90 91 92 91 93 92 setPosition(pos);
Note: See TracChangeset
for help on using the changeset viewer.