Changeset 10132 in orxonox.OLD for branches/playability/src/world_entities/space_ships
- Timestamp:
- Dec 20, 2006, 5:36:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10121 r10132 343 343 344 344 345 this->trail = new Trail( 10, 10, .2, this);345 this->trail = new Trail( 30, 100, .2, this); 346 346 //this->trail->setParent( this); 347 347 this->trail->setTexture( "maps/engine.png"); 348 348 349 this->trailL = new Trail( 10, 10, .2, this);349 this->trailL = new Trail( 30, 100, .2, this); 350 350 //this->trailL->setParent( this); 351 351 this->trailL->setTexture( "maps/engine.png"); 352 352 353 this->trailR = new Trail( 10, 10, .2, this);353 this->trailR = new Trail( 30, 100, .2, this); 354 354 //this->trailR->setParent( this); 355 355 this->trailR->setTexture( "maps/engine.png");
Note: See TracChangeset
for help on using the changeset viewer.