Jeremy Rand
|
7264cf907d
|
Clamp mouse movement to a max of 8 pixels per frame. Add some code which will become the "refresh the mushrooms after death" implementation.
|
2020-11-24 22:59:08 -05:00 |
|
Jeremy Rand
|
868f4a3199
|
Fix a crash that would happen if the last centipede segment collided with the player. Both level and player code was trying to start the next level and the corrupted things badly. Now, the level code is always responsible for starting the next level. The player code only restarts a level when the player dies and doesn't finish the level.
|
2020-11-19 23:45:23 -05:00 |
|
Jeremy Rand
|
fd40c12d31
|
Explode a bug when it crashes into the player. When the last segment collides with the player, go onto the next level.
|
2020-11-18 23:36:01 -05:00 |
|