Changeset 10317 in orxonox.OLD for trunk/src/world_entities/weather_effects
- Timestamp:
- Jan 24, 2007, 1:30:29 AM (18 years ago)
- Location:
- trunk/src/world_entities/weather_effects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weather_effects/lightning_effect.cc
r10114 r10317 263 263 264 264 if (this->thunderTextureA) { 265 this->thunderBolt[0]->setTexture(" maps/thunderbA1.png");266 this->thunderBolt[1]->setTexture(" maps/thunderbA2.png");267 this->thunderBolt[2]->setTexture(" maps/thunderbA3.png");268 this->thunderBolt[3]->setTexture(" maps/thunderbA4.png");265 this->thunderBolt[0]->setTexture("textures/thunderbA1.png"); 266 this->thunderBolt[1]->setTexture("textures/thunderbA2.png"); 267 this->thunderBolt[2]->setTexture("textures/thunderbA3.png"); 268 this->thunderBolt[3]->setTexture("textures/thunderbA4.png"); 269 269 } 270 270 else { 271 this->thunderBolt[0]->setTexture(" maps/thunderbB1.png");272 this->thunderBolt[1]->setTexture(" maps/thunderbB2.png");273 this->thunderBolt[2]->setTexture(" maps/thunderbB3.png");274 this->thunderBolt[3]->setTexture(" maps/thunderbB4.png");271 this->thunderBolt[0]->setTexture("textures/thunderbB1.png"); 272 this->thunderBolt[1]->setTexture("textures/thunderbB2.png"); 273 this->thunderBolt[2]->setTexture("textures/thunderbB3.png"); 274 this->thunderBolt[3]->setTexture("textures/thunderbB4.png"); 275 275 } 276 276 -
trunk/src/world_entities/weather_effects/snow_effect.cc
r10114 r10317 107 107 this->snowMove = false; 108 108 this->particles = 12000; 109 this->texture = " maps/snow_flake_01_32x32.png";109 this->texture = "textures/snow_flake_01_32x32.png"; 110 110 this->snowLife = 8; 111 111 this->randomLife = 2;
Note: See TracChangeset
for help on using the changeset viewer.