On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Fun, but difficult little game.
I really liked the minimap. How did you implement that?
The art was a bit blurry for me. How did you import it? With or without filter?
The credits did not work for me and was just displaying a black screen.

Thanks @vanne! Glad you liked it.

To make the minimap, we just drew basic shapes based on the positions of objects within the tile map.


I don’t think we did anything specific to the images. We just let Godot handle the importing.


I’ll be sure to check the credits page is working then.

(+3)

Hi Vanne! You can see the minimap code here too: https://github.com/dalisaydavid/bumpkin-berserker/blob/03aa48bc3f29a9eae86971db6...