Okay it's been a while since I updated that thing, and when I tried to modify it I realized that I did tons of mistakes, generally bad coding (and not just messy coding :p )
So I changed almost everything, but especially two points:
- the plugin controller now
collects the objects to displays in the step event, and only draws them in the draw event (which is the way it should have been the whole time)
- the old, unique file has been
split into multiple files that were put in a folder
Hopefully this will make the code clearer and the bugs rarer.
I added a few features such as scrolling even when not zooming (see how it works in game) and opacity setting.
As usual, feedback and/or bug reports are welcome.
Install - Download the attached minimap_v2.zip file
- Extract it in your Plugins folder
- You should see "minimap_v2.gml" and a folder called "minimap" containing 6 .gml files.
Note that the plugin will no longer work and even crash your game if you remove the minimap sub-folder without removing the minimap_v2.gml file
maybe when teammates are being attacked dots should flash?
Nope, I think it gives too much information
____
I erased my previous post and reposted this because I fixed a couple bugs and didn't want to double-post. Is this better?