Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 27, 2007, 11:38:50 PM (17 years ago)
Author:
patrick
Message:

maps ⇒ textures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/mbolt.cc

    r10368 r10420  
    7979  this->trail = new Trail(6, 4, .1, this);
    8080  //this->trail->setParent( this);
    81   this->trail->setTexture( "maps/laser.png");
     81  this->trail->setTexture( "textures/laser.png");
    8282  this->trail->setAbsCoor(this->getAbsCoor() - Vector(.7,0,0));
    8383
Note: See TracChangeset for help on using the changeset viewer.