VDP-noclip / noclip

NOCLIP is an experimental game in which you “noclip” the environment to solve puzzles.
3 stars 1 forks source link

Correctly respawn even if we do not hit the first checkpoint #223

Closed spig95 closed 1 year ago

spig95 commented 1 year ago

If the player falls before hitting the first checkpoint the respawn animation does not work. This happens because we do not update the checkpoint values in respwanManager when the player enters the area the first time.