Changeset 5085 in orxonox.OLD for trunk/src/story_entities/world.cc
- Timestamp:
- Aug 20, 2005, 3:37:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5084 r5085 415 415 416 416 TestEntity* testEntity2 = new TestEntity(); 417 testEntity2->setAnim( RUN);418 testEntity2->setRelCoor(Vector( 2400, 25, 260));417 testEntity2->setAnim(STAND); 418 testEntity2->setRelCoor(Vector(5.0, 0.0, 5.0)); 419 419 testEntity2->setRelDir(Quaternion(M_PI, Vector(0, 1, 0))); 420 testEntity2->setParent(this->localPlayer); 420 421 this->spawn(testEntity2); 421 422
Note: See TracChangeset
for help on using the changeset viewer.