Skip to main content

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

I love the idea of give the player limited control. How did you get the player to move up like that?

I have used basic godot pathfinding for the player and melee enemies and just pathfinder player to the end of the section, then gave him next point at the end of the next section. I used this video for basic pathfinding 

(+1)

Cool! I didn't realize Godot had that.