Changeset 10154 in orxonox.OLD for branches/playability/src/world_entities/space_ships/space_ship.cc
- Timestamp:
- Jan 1, 2007, 3:32:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10152 r10154 37 37 #include "particles/sprite_particles.h" 38 38 #include "effects/trail.h" 39 40 #include "effects/wobblegrid.h" 39 41 40 42 #include "util/loading/factory.h" … … 370 372 371 373 this->toList(OM_GROUP_00); 374 375 Wobblegrid* test = new Wobblegrid(5); 376 test->setTexture("maps/fichte_ast6.tga"); 377 378 test->setAbsCoor( this->getAbsCoor() + Vector(0, 2, 0)); 379 test->setParent( this); 380 372 381 } 373 382
Note: See TracChangeset
for help on using the changeset viewer.