Posted June 07, 2025 by JeremiahFieldhaven
I wasn’t expecting to do another update so quickly after v0.0.4, but nothing highlights bugs like releasing something. This is an emergency fix for two really stupid mistakes:
At some point I managed to break the code that allowed repeated manual forward and backward commands for the active robot - essentially, manual forward/backward would result in movement stuttering. This version should fix the issue: if the robot is moving forward and you click the forward button again as the robot moves into the next square, it’ll move forward again smoothly.
Several levels were impossible to finish because of a naming error. The “move all lifts down” component down was incorrectly named in the MCP’s component table, so it could never be spawned in a level that required it.