Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2013, 8:18:15 PM (10 years ago)
Author:
zifloria
Message:

End game screen. Eye candy. Gameplay tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/orxonox/worldentities/BigExplosion.cc

    r9837 r9868  
    148148        this->debrisEntity4_->attach(debris4_);
    149149
     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))
    150152        ParticleSpawner* effect = new ParticleSpawner(this->getContext());
    151153        effect->setDestroyAfterLife(true);
Note: See TracChangeset for help on using the changeset viewer.