Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2006, 5:36:18 PM (17 years ago)
Author:
marcscha
Message:

Firing Echo fix on WM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/space_ships/space_ship.cc

    r10121 r10132  
    343343
    344344 
    345   this->trail = new Trail( 10, 10, .2, this);
     345  this->trail = new Trail( 30, 100, .2, this);
    346346  //this->trail->setParent( this);
    347347  this->trail->setTexture( "maps/engine.png");
    348348
    349   this->trailL = new Trail( 10, 10, .2, this);
     349  this->trailL = new Trail( 30, 100, .2, this);
    350350  //this->trailL->setParent( this);
    351351  this->trailL->setTexture( "maps/engine.png");
    352352
    353   this->trailR = new Trail( 10, 10, .2, this);
     353  this->trailR = new Trail( 30, 100, .2, this);
    354354  //this->trailR->setParent( this);
    355355  this->trailR->setTexture( "maps/engine.png");
Note: See TracChangeset for help on using the changeset viewer.