Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 1:13:21 PM (6 years ago)
Author:
ahuwyler
Message:

We have new template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxShip.h

    r12367 r12370  
    5151
    5252            //no rotation in x and z direction!
    53             virtual void rotatePitch(const Vector2& value) override{}; // Rotate in pitch direction.
     53            //virtual void rotatePitch(const Vector2& value) override{}; // Rotate in pitch direction.
     54            //Yaw
    5455            virtual void rotateRoll(const Vector2& value) override{}; // Rotate in roll direction.
     56            virtual void boost(bool boost) override; //Override, so that the ship does not shake
    5557           
    5658            /*Functions that can be helpful while debugging.
     
    6870
    6971        protected:
    70             virtual void death() override;
    7172        private:
    7273            OrxoBlox* getGame();
Note: See TracChangeset for help on using the changeset viewer.