Skip to main content

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

Thanks for this great Plugin!

Love to support great work like this :)

There is one thing i struggle to do ... *shame* Cant find a way to BottomCenter the Minimap :/ Is there something i didnt see? Really would appreciate the help!

Thx <3

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