Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2017, 3:30:24 PM (7 years ago)
Author:
jkindle
Message:

Added jetpack, rotation of player, Questionmark-blocks and Hitlistener for the QBlocks. Made description for David in XML file for usage of hittable blocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SuperOrxoBros_FS17/src/modules/superorxobros/SOBFigure.h

    r11392 r11400  
    3333#include "worldentities/ControllableEntity.h"
    3434
     35
    3536namespace orxonox
    3637{
     
    4748         
    4849            virtual void boost(bool boost) override;
    49            
     50            virtual  bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint) override;
     51
    5052       
    5153            //virtual void CollisionWithEnemy(SOBEnemy* enemy);
     
    6971            SOBCenterpoint* sobcenterpoint;
    7072            float pitch_;
     73            bool isColliding_;
     74            WorldEntity* particlespawner_;
    7175
    7276           
Note: See TracChangeset for help on using the changeset viewer.