Changeset 10745 in orxonox.OLD
- Timestamp:
- Jun 20, 2007, 9:23:23 PM (17 years ago)
- Location:
- branches/presentation/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/npcs/actionbox_enemy.cc
r10739 r10745 351 351 SpriteParticles* explosionParticles = NULL; 352 352 353 explosionParticles = new SpriteParticles(200 );353 explosionParticles = new SpriteParticles(2000); 354 354 explosionParticles->setName("SpaceShipExplosionParticles"); 355 355 explosionParticles->setLifeSpan(.3, .7); -
branches/presentation/src/world_entities/projectiles/plasma_pulse.cc
r10742 r10745 51 51 this->grid->setPulse(); 52 52 this->grid->setTexture( "textures/plasma.png"); 53 this->grid->toList(OM_ENVIRON);54 53 /* 55 54 this->blink = new Blink(); … … 82 81 { 83 82 this->origList = this->getOMListNumber(); 84 this->toList(OM_ENVIRON);85 83 this->grid->setVisibility(true); 86 84 // this->blink->setVisibility(true);
Note: See TracChangeset
for help on using the changeset viewer.