Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Godot Engine indeed! Also thanks for the feedback.

(+1)

If I may ask how does the minimap work?

(+1)

Minimap Code: https://pastebin.com/WLtcJMcg

Basically all it does is find specific types of Collision in tilemaps to determine pixel color. Does all collision, makes a huge image, then uses an atlas texture to move around it.