Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Also would you mind rating the game sry to ask it would just be nice

i did!

tysm, i was wondering how you get your snail in your game to snap to rotations based on what keys you press.

you could have just checked the source code lol, but anyway i just do .direction.angle() with the direction variable representing a Vector2 of the direction the snail is going in, ranges from Vector2(-1, -1) to Vector2(1, 1), you can know more about this by searching about the angle() method

k ty