Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 25, 2009, 3:26:06 AM (16 years ago)
Author:
landauf
Message:

added AI for the Pong gametype
improved Pong gameplay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/worldentities/PongBat.h

    r2826 r2839  
    4848            virtual void moveRightLeft(const Vector2& value);
    4949
     50            virtual void changedPlayer();
     51
    5052            void setSpeed(float speed)
    5153                { this->speed_ = speed; }
     
    6971            float length_;
    7072            float fieldHeight_;
     73            bool bSteadiedPosition_;
    7174    };
    7275}
Note: See TracChangeset for help on using the changeset viewer.