mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-28 03:01:37 +00:00
* 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
12 lines
598 B
Cheetah
12 lines
598 B
Cheetah
<!--
|
|
Title: Crew Monitoring Console (Map header)
|
|
Used In File(s): \code\game\machinery\computer\crew.dm
|
|
-->
|
|
{{:helper.link('Show Detail List', 'script', {'showMap' : 0})}}
|
|
<div style="float: right; width: 240px;">
|
|
<span style="float: left;">Zoom Level: </span>
|
|
<div unselectable="on" class="link zoomLink" data-zoom-level="4">x1.0</div>
|
|
<div unselectable="on" class="link zoomLink" data-zoom-level="6">x1.5</div>
|
|
<div unselectable="on" class="link zoomLink" data-zoom-level="8">x2.0</div>
|
|
<div unselectable="on" class="link zoomLink" data-zoom-level="12">x2.5</div>
|
|
</div> |