- Timestamp:
- Feb 18, 2018, 5:23:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/modules/superorxobros/SOBFireball.h
r11766 r11769 50 50 51 51 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override; 52 virtual void setFigure(SOBFigure* newFigure);53 52 virtual bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint) override; 54 53 virtual void tick(float dt) override; 55 54 void setDirection(const bool direction); 56 55 57 bool attachedToFigure_;58 59 56 void setSpeed(const float speed) 60 57 { this->speed_ = speed; } … … 66 63 float gravityAcceleration_; 67 64 float speed_; 68 WeakPtr<SOBFigure> figure_;69 Vector3 lastPos_;70 65 bool goesRight_; 71 66 bool changeAllowed_; … … 73 68 int hitCounter_; 74 69 WorldEntity* particlespawner_; 75 76 77 78 79 float collDisX_;80 float collDisZ_;81 70 82 71 };
Note: See TracChangeset
for help on using the changeset viewer.