Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 8, 2007, 2:45:23 PM (17 years ago)
Author:
bknecht
Message:

converted all /maps/ to /textures/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/data_fix/src/world_entities/space_ships/spacecraft_2d.cc

    r10114 r10191  
    169169  this->burstSystem->addEmitter(this->burstEmitter);
    170170  this->burstSystem->setName("SpaceShip_Burst_System");
    171   ((SpriteParticles*)this->burstSystem)->setMaterialTexture("maps/radial-trans-noise.png");
     171  ((SpriteParticles*)this->burstSystem)->setMaterialTexture("textures/radial-trans-noise.png");
    172172  this->burstSystem->setLifeSpan(1.0, .3);
    173173  this->burstSystem->setRadius(0.0, 1.5);
Note: See TracChangeset for help on using the changeset viewer.