Changeset 9868 for code/branches/invaders/src/orxonox
- Timestamp:
- Dec 3, 2013, 8:18:15 PM (11 years ago)
- Location:
- code/branches/invaders/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/invaders/src/orxonox/gametypes/Gametype.cc
r9667 r9868 171 171 entity->setOrientation(oldentity->getWorldOrientation()); 172 172 } 173 174 173 it->first->startControl(entity); 175 174 } -
code/branches/invaders/src/orxonox/worldentities/BigExplosion.cc
r9837 r9868 148 148 this->debrisEntity4_->attach(debris4_); 149 149 150 // particleSpawner is a static entity. It should probably be dynamic, for better explosions. 151 // effect->SetVelocity(this->getVelocity() + Vector3(rnd(-1, 1), rnd(-1, 1), rnd(-1, 1))*rnd(10,100)) 150 152 ParticleSpawner* effect = new ParticleSpawner(this->getContext()); 151 153 effect->setDestroyAfterLife(true);
Note: See TracChangeset
for help on using the changeset viewer.