mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Update NanoUI Live Map.
* Simplified how items are positioned on the map (e.g. ((value.x - 1) * 8) is now just value.x, scaling is applied later). * Added four zoom levels (x1.0 to x2.5, triggered by links in the template). * Moved the "Generate NanoUI Map" into the Server tab, to prevent it being used by admins accidentally. Conflicts: nano/images/nanomap.png
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
//NOTE: Does not explicitly support non 32x32 icons or stuff with large pixel_* values, so don't blame me if it doesn't work perfectly
|
||||
|
||||
/mob/verb/nanomapgen_DumpImage()
|
||||
set category = "Admin"
|
||||
set category = "Server"
|
||||
set name = "Generate NanoUI Map"
|
||||
|
||||
if(!src.client.holder)
|
||||
|
||||
Reference in New Issue
Block a user