Changeset 10317 in orxonox.OLD for trunk/src/world_entities/effects
- Timestamp:
- Jan 24, 2007, 1:30:29 AM (18 years ago)
- Location:
- trunk/src/world_entities/effects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/effects/explosion.cc
r10114 r10317 79 79 Explosion::explosionParticles = new SpriteParticles(5000); 80 80 Explosion::explosionParticles->setName("ExplosionExplosionParticles"); 81 Explosion::explosionParticles->setMaterialTexture(" maps/radial-trans-noise.png");81 Explosion::explosionParticles->setMaterialTexture("textures/radial-trans-noise.png"); 82 82 Explosion::explosionParticles->setLifeSpan(1.5, .3); 83 83 Explosion::explosionParticles->setRadius(0.0, 10); -
trunk/src/world_entities/effects/lightning_bolt.cc
r10114 r10317 44 44 45 45 this->material = new Material(); 46 this->material->setDiffuseMap(" maps/lightning_bolt.png");46 this->material->setDiffuseMap("textures/lightning_bolt.png"); 47 47 //this->offset = Vector(-1440.00, 100.00, 280.00); 48 48 … … 58 58 this->soundSource.setSourceNode(this); 59 59 60 this->thunderBuffer = OrxSound::ResourceSoundBuffer("sound /atmosphere/thunder.wav");60 this->thunderBuffer = OrxSound::ResourceSoundBuffer("sounds/atmosphere/thunder.wav"); 61 61 } 62 62
Note: See TracChangeset
for help on using the changeset viewer.