Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Minimap Icon Misalignment

A topic by 99potions created 27 days ago Views: 37 Replies: 1
Viewing posts 1 to 2

I'm not sure if this the intention, but icons seem to become misaligned to the grid bounds on the north, west, and east sides of their map coordinates.

This makes things a bit awkward for grid-based dungeon crawlers so I was hoping that can possibly be rectified by changing some of the code? I have a screenshot of a bare test project as an example of what I mean. I'm using the newest version 2.3.3



Thank you!

Developer

Hi there! I will take a look into this. For now, try changing the anchor value of the minimap marker on the plugin file, just as a trial and error problem:

By default is set to the same as the character sprites uses on the real map. So that is kinda strange that this is behaving like that... Maybe can be some problem on my end with calculations of the position of the minimap marker according to the size of the map and game window. I will have to investigate and let you know!