Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2008, 10:36:49 AM (16 years ago)
Author:
landauf
Message:

added something like an AI… or at least something thats pretty close to what we call AI. it's not that clever, sometimes it does some sign errors. but hey, I don't care, at least it makes the game look more living.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/objects/Projectile.h

    r1454 r1479  
    5050            void setColour(const ColourValue& colour);
    5151
     52            static float getSpeed()
     53                { return Projectile::speed_; }
     54
     55        protected:
     56            SpaceShip* owner_;
     57
    5258        private:
    53             SpaceShip* owner_;
    5459            BillboardSet billboard_;
    5560            static float speed_;
Note: See TracChangeset for help on using the changeset viewer.