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

Hi! It looks like you put 

config.overlay_screens.append("minimap")

inside a screen's code. It should be within a init python block instead. Anywhere in your project, you can put

init python:

      config.overlay_screens.append("minimap")

And it should work.

(+2)

Ty! It worked.