Skip to main content

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

The secret is to ignore most of Godot's functionality and just do all the game logic in the player physics update loop. Collision bodies, signals, and timer nodes? Confusing. Vector maths and armies of elif statements? Yes, yes I think I will.