Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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?

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 :)