Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi, thanks for your message!

When you want to center the Minimap, go to Plugin Manager -> Minimap -> X Position, remove everything and paste this:

const position = arguments[0];
const width = arguments[1];
return Graphics.width / 2 - width / 2;

Sooorrry for the late response :/ It worked! Thanks a lot for the help! <3