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:
Mark Aherne
2014-07-19 11:02:46 +01:00
committed by ZomgPonies
parent 98a99ebd1a
commit 9a62de164d
9 changed files with 50 additions and 16 deletions
+1 -1
View File
@@ -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)