jasonchadwick / chronodrifter

Platform puzzler where the direction of time flow can change.
1 stars 0 forks source link

Bomb bot explosion: physics (and maybe time reversibility effects) #37

Open jasonchadwick opened 2 years ago

jasonchadwick commented 2 years ago

Can probably make some really cool levels with this idea - need to remove time-reversibility of some of the cubes while leaving others intact (and without getting blown up yourself).

Need to make it so that BombBot.Explode() does not immediately kill player, but rather searches through all objects and affects those in its area of effect (either killing, if player, or removing time-reversal otherwise) - add variable in TimeReversibleObject, bool isReversible.

jasonchadwick commented 2 years ago

Also need to make the explosion apply a force to all nearby objects. Currently does not - just kills player.