Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 7, 2007, 2:52:30 AM (18 years ago)
Author:
wenners
Message:

some paths changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/data_fix/src/world_entities/effects/explosion.cc

    r10114 r10186  
    7979    Explosion::explosionParticles = new SpriteParticles(5000);
    8080    Explosion::explosionParticles->setName("ExplosionExplosionParticles");
    81     Explosion::explosionParticles->setMaterialTexture("maps/radial-trans-noise.png");
     81    Explosion::explosionParticles->setMaterialTexture("textures/radial-trans-noise.png");
    8282    Explosion::explosionParticles->setLifeSpan(1.5, .3);
    8383    Explosion::explosionParticles->setRadius(0.0, 10);
Note: See TracChangeset for help on using the changeset viewer.