bevy/examples/game
Alister Lee 3d4b1b9ff2 Fix alien_cake_addict: cake should not be at height of player's location (#1954)
Just to avoid confusion to close readers of the example, this fix ensures cake is transformed to the height at the cake's cell, rather than the height at the player's cell.

Without this, cake may be floating or buried, depending on where the player is standing at time of spawning.

Love your work!
2021-04-19 20:45:41 +00:00
..
alien_cake_addict.rs Fix alien_cake_addict: cake should not be at height of player's location (#1954) 2021-04-19 20:45:41 +00:00
breakout.rs Change breakout to use fixed timestamp (#1541) 2021-04-12 19:29:08 +00:00