Skip to main content

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

var direction := Input.get_vector(“A”, “D”, “W”, “S”) velocity = direction * GameManager.PlayerSpeed

These lines handle the character’s movement. As far as I understand, Input.get_vector normalizes this automatically. It says that the vector length is limited to 1.

(+1)

Oh nice, then it just an illusion for me then. Nice game!!