Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2016, 5:22:59 PM (10 years ago)
Author:
landauf
Message:

hover: maze size is now fully configurable in xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15/src/modules/hover/HoverFlag.h

    r11029 r11040  
    4949        public:
    5050            HoverFlag(Context* context);
    51             HoverFlag(Context* context, int xCoordinate, int yCoordinate);
     51            HoverFlag(Context* context, int xCoordinate, int yCoordinate, int cellSize);
    5252            virtual bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint);           
    5353            virtual ~HoverFlag();
Note: See TracChangeset for help on using the changeset viewer.