- Timestamp:
- Dec 2, 2013, 5:43:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/invaders/src/modules/invader/InvaderEnemy.cc
r9862 r9866 68 68 inline bool InvaderEnemy::collidesAgainst(WorldEntity* otherObject, btManifoldPoint& contactPoint) 69 69 { 70 // setVelocity(Vector3(1 000,0,0));70 // setVelocity(Vector3(1500,0,0)); 71 71 removeHealth(2000); 72 72 return false;
Note: See TracChangeset
for help on using the changeset viewer.