Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

I played the game for a while now. Even though it's quite simple, it is really fun. 

I did find a gamebreaking bug though. When you go fullscreen, then go next to the bottom border, and then exit fullscreen, the character goes out of bounds... (i totally didn't get my highest score that way)

Glad you like it!! And you're right about that, I think that's going to have to be one of the next things that I learn--making sure that games behave correctly when resizing the screen. Thanks for finding that!!

(+1)

check out the godot wiki page on handling multiple resolutions, it's super helpful

That page actually helped a lot during development, but at times I think my inexperience was getting in the way of fully understanding some of it. The goal is that the more I practice, the more I'll be able to fully grasp it