Small Patch


Just a small update that fixes the hitboxes for the game.

The hitboxes are Physics casts, and like any physics calculations, it's common practice to place them in the physics update (Unity's FixedUpdate). I had the function calculationg the physics cast in the normal Update method (causing hitboxes to be innacurate and trigger deaths just a tad too early), so all that changed was one line of code lol.

This change isn't really noticeable up unitl stage 4 (where things get considerably more difficult and quicker), but now you have much more leeway on all of the stages to avoid obstacles

Files

9_WEB.zip Play in browser
2 days ago
9.zip 60 MB
2 days ago

Get Those Who Snow

Leave a comment

Log in with itch.io to leave a comment.