It is funny, but on first play i just pressed space with zoom in and get to the win screen without realizing what i had done. ALso, on second playthrough, my leg started growing until it filled the screen in the level carrying boxes: How are you doing the zoom mechanic?
Viewing post in Escape the System jam comments
I love it when a bug can bring joy to a game, so I might just start calling the growing limbs thing a feature :D
The zooming was pretty simple in Godot, I used a Camera2D that follows the player around, and whenever you move the mouse wheel it just adjusts the "zoom" property of the camera. Then I just made the backgrounds huge, so whenever you zoom all the way out, you still can't see behind the scenes :)