Version 2.0


Now that the jam voting period is over, I'm releasing the new version of the game which fixes some bugs and adds a partial control remapping screen. Details below:

  • Add Controls menu to title screen. Can remap "left", "right", "forward" and "back".
  • Fix: On-fire money now uses the right graphics (used to show pink for all notes)
  • Change: Huge performance increase related to background coins (old approach: when a coin lands, recreate the coin image by generating a new graphic complete with .ToArray() call; new approach: set the pixel colour where relevant)
  • Change: Use non-fixed timestep and manually control physics resolutions (again, for performance reasons)
  • Fix: Game could be frozen (e.g. clicking a dragging the title bar), then when unfrozen would count all elapsed time, effectively allowing any stage to be completed with no effort
  • Fix: Memory leak - sound effect objects were not being removed
  • Fix: Memory leak - temporary Texture2D graphics were not being removed

Files

Change-v2.zip 3 MB
Feb 26, 2018
Changex86-v2.zip 3 MB
Feb 26, 2018

Get Change

Leave a comment

Log in with itch.io to leave a comment.