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/space_ships/space_ship.cc

    r10412 r10420  
    384384  /// FIXME
    385385  this->trail = new Trail( 5, 10, .2, this);
    386   this->trail->setTexture( "maps/engine.png");
     386  this->trail->setTexture( "textures/engine.png");
    387387
    388388  this->trailL = new Trail( 5, 10, .2, this);
    389   this->trailL->setTexture( "maps/engine.png");
     389  this->trailL->setTexture( "textures/engine.png");
    390390
    391391  this->trailR = new Trail( 5, 10, .2, this);
    392   this->trailR->setTexture( "maps/engine.png");
     392  this->trailR->setTexture( "textures/engine.png");
    393393
    394394
     
    398398/*
    399399  this->test  = new Wobblegrid(5);
    400   test->setTexture("maps/blub.png");
     400  test->setTexture("textures/blub.png");
    401401
    402402  test->setAbsCoor( this->getAbsCoor() + Vector(0, 2, 0));
Note: See TracChangeset for help on using the changeset viewer.