Changeset 10317 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Jan 24, 2007, 1:30:29 AM (18 years ago)
- 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 65 65 66 66 this->toList(OM_GROUP_00); 67 this->loadMD2Texture(" maps/dr_freak.pcx");67 this->loadMD2Texture("textures/dr_freak.pcx"); 68 68 this->loadModel("models/dr_freak.md2"); 69 69 -
trunk/src/world_entities/space_ships/cruizer.cc
r10114 r10317 127 127 this->burstSystem->addEmitter(this->burstEmitter); 128 128 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"); 130 130 this->burstSystem->setLifeSpan(1.0, .3); 131 131 this->burstSystem->setRadius(0.0, 1.5); -
trunk/src/world_entities/space_ships/space_ship.cc
r10114 r10317 225 225 this->burstSystem->addEmitter(this->burstEmitter); 226 226 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"); 228 228 this->burstSystem->setLifeSpan(1.0, .3); 229 229 this->burstSystem->setRadius(0.0, 1.0); -
trunk/src/world_entities/space_ships/spacecraft_2d.cc
r10114 r10317 169 169 this->burstSystem->addEmitter(this->burstEmitter); 170 170 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"); 172 172 this->burstSystem->setLifeSpan(1.0, .3); 173 173 this->burstSystem->setRadius(0.0, 1.5); -
trunk/src/world_entities/space_ships/turbine_hover.cc
r10114 r10317 167 167 this->burstSystem->addEmitter(this->burstEmitter[1]); 168 168 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"); 170 170 this->burstSystem->setLifeSpan(1.0, .3); 171 171 this->burstSystem->setRadius(0.0, 1.5);
Note: See TracChangeset
for help on using the changeset viewer.