Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 25, 2006, 3:09:58 PM (18 years ago)
Author:
bknecht
Message:

Control: Helicopterrotors set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/space_ships/helicopter.h

    r6637 r6699  
    5959    int                   yInvert;
    6060    float                 mouseSensitivity;   //!< the mouse sensitivity
     61    int                   controlVelocityX;
     62    int                   controlVelocityY;
    6163    //float                 cycle;              //!< hovercycle
     64   
     65    PNode                   topRotor;
     66    PNode                   tailRotor;
    6267
    6368    Vector                velocity;           //!< the velocity of the player.
Note: See TracChangeset for help on using the changeset viewer.