Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (19 years ago)
Author:
patrick
Message:

merged branche data-fix back to trunk. this breaks compatibility with the old data/trunk data repository! be sure to update your data trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/effects/explosion.cc

    r10114 r10317  
    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.