Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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/space_ships
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/collision_probe.cc

    r10114 r10317  
    6565
    6666  this->toList(OM_GROUP_00);
    67   this->loadMD2Texture("maps/dr_freak.pcx");
     67  this->loadMD2Texture("textures/dr_freak.pcx");
    6868  this->loadModel("models/dr_freak.md2");
    6969
  • trunk/src/world_entities/space_ships/cruizer.cc

    r10114 r10317  
    127127  this->burstSystem->addEmitter(this->burstEmitter);
    128128  this->burstSystem->setName("SpaceShip_Burst_System");
    129   ((SpriteParticles*)this->burstSystem)->setMaterialTexture("maps/radial-trans-noise.png");
     129  ((SpriteParticles*)this->burstSystem)->setMaterialTexture("textures/radial-trans-noise.png");
    130130  this->burstSystem->setLifeSpan(1.0, .3);
    131131  this->burstSystem->setRadius(0.0, 1.5);
  • trunk/src/world_entities/space_ships/space_ship.cc

    r10114 r10317  
    225225  this->burstSystem->addEmitter(this->burstEmitter);
    226226  this->burstSystem->setName("SpaceShip_Burst_System");
    227   ((SpriteParticles*)this->burstSystem)->setMaterialTexture("maps/radial-trans-noise.png");
     227  ((SpriteParticles*)this->burstSystem)->setMaterialTexture("textures/radial-trans-noise.png");
    228228  this->burstSystem->setLifeSpan(1.0, .3);
    229229  this->burstSystem->setRadius(0.0, 1.0);
  • trunk/src/world_entities/space_ships/spacecraft_2d.cc

    r10114 r10317  
    169169  this->burstSystem->addEmitter(this->burstEmitter);
    170170  this->burstSystem->setName("SpaceShip_Burst_System");
    171   ((SpriteParticles*)this->burstSystem)->setMaterialTexture("maps/radial-trans-noise.png");
     171  ((SpriteParticles*)this->burstSystem)->setMaterialTexture("textures/radial-trans-noise.png");
    172172  this->burstSystem->setLifeSpan(1.0, .3);
    173173  this->burstSystem->setRadius(0.0, 1.5);
  • trunk/src/world_entities/space_ships/turbine_hover.cc

    r10114 r10317  
    167167  this->burstSystem->addEmitter(this->burstEmitter[1]);
    168168  this->burstSystem->setName("SpaceShip_Burst_System");
    169   ((SpriteParticles*)this->burstSystem)->setMaterialTexture("maps/radial-trans-noise.png");
     169  ((SpriteParticles*)this->burstSystem)->setMaterialTexture("textures/radial-trans-noise.png");
    170170  this->burstSystem->setLifeSpan(1.0, .3);
    171171  this->burstSystem->setRadius(0.0, 1.5);
Note: See TracChangeset for help on using the changeset viewer.