Changeset 10420 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Jan 27, 2007, 11:38:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r10412 r10420 384 384 /// FIXME 385 385 this->trail = new Trail( 5, 10, .2, this); 386 this->trail->setTexture( " maps/engine.png");386 this->trail->setTexture( "textures/engine.png"); 387 387 388 388 this->trailL = new Trail( 5, 10, .2, this); 389 this->trailL->setTexture( " maps/engine.png");389 this->trailL->setTexture( "textures/engine.png"); 390 390 391 391 this->trailR = new Trail( 5, 10, .2, this); 392 this->trailR->setTexture( " maps/engine.png");392 this->trailR->setTexture( "textures/engine.png"); 393 393 394 394 … … 398 398 /* 399 399 this->test = new Wobblegrid(5); 400 test->setTexture(" maps/blub.png");400 test->setTexture("textures/blub.png"); 401 401 402 402 test->setAbsCoor( this->getAbsCoor() + Vector(0, 2, 0));
Note: See TracChangeset
for help on using the changeset viewer.