Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10317 in orxonox.OLD for trunk/src/world_entities/weather_effects


Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (17 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

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  
    263263
    264264  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");
    269269  }
    270270  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");
    275275  }
    276276
  • trunk/src/world_entities/weather_effects/snow_effect.cc

    r10114 r10317  
    107107  this->snowMove = false;
    108108  this->particles = 12000;
    109   this->texture = "maps/snow_flake_01_32x32.png";
     109  this->texture = "textures/snow_flake_01_32x32.png";
    110110  this->snowLife = 8;
    111111  this->randomLife = 2;
Note: See TracChangeset for help on using the changeset viewer.