Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2018, 11:25:23 AM (5 years ago)
Author:
emustafa
Message:

controlls tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoKart_HS18/src/modules/orxokart/OrxoKartKart.h

    r12066 r12147  
    4646            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override;
    4747
    48             /// sets this ships jumpBoost
    49             inline void setJumpBoost(float jumpBoost)
    50                 { this->jumpBoost_ = jumpBoost; }
    51             /// returns this ships jumpBoost
    52             inline float getJumpBoost() const
    53                 { return this->jumpBoost_; }
    54 
    5548            virtual void moveFrontBack(const Vector2& value) override;
    5649
     
    6457
    6558            virtual void rotateRoll(const Vector2& value) override;
    66 
    67             virtual bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* cs, btManifoldPoint& contactPoint) override;
    68 
    69             virtual void boost(bool bBoost) override;
    70 
    71         private:
    72             float jumpBoost_;
    73             bool isFloor_;
    7459    };
    7560}
Note: See TracChangeset for help on using the changeset viewer.