Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I liked the game. Although it's low on content right now, I think the concept  is pretty good and opens up a lot of design space for cool ideas if you decide to keep working on it. Nice little touches with the minimap and the day/night.

Well done!

(+1)

thanks bobbi, I don't suppose you'd supply me with the code for the circular movement in your game would you?

(+1)

Movement in my game is simply topdown based on this tutorial:

On top of that I also use KinematicBody2D look_at to always look at mouse position. I can send you the code if you prefer, but it's basically this plus some more uncommented mess bound to the other game controls.