Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 23, 2017, 3:49:31 PM (7 years ago)
Author:
pascscha
Message:

UpDown3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrxShip.cc

    r11503 r11505  
    3939#include "graphics/Camera.h"
    4040#include "weapons/projectiles/Projectile.h"
     41#include <math.h>
    4142
    4243namespace orxonox
     
    4950
    5051        UpwardThrust = 250;
    51         speed = 50;
     52        speed = 1;
    5253        gravity = 20;
    5354    }
     
    8889                camera->setOrientation(Vector3::UNIT_Z, Degree(90));
    8990            }
    90 
    91 
    9291
    9392            setPosition(pos);
Note: See TracChangeset for help on using the changeset viewer.