Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Huxinator committed Sep 5, 2023
1 parent 033d39f commit d9cc075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/html/admin/mapeditor_system.twig
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<td class="lss" id="{{ data.getSX }}_{{ data.getSY }}" style="background-size: cover;">
<div class="lssobj imgOverlayText"
style=" position: relative !important; top: 0px; height: 30px; width: 30px">
<img src="assets/map/starmap/{{ data.getBackgroundId }}.png" style="z-index: 1;" />
<img class="lssColoShield" src="assets/map/{{ data.getFieldGraphicID }}.png" style="z-index: 2;" />
<img src="/assets/map/starmap/{{ data.getBackgroundId }}.png" style="z-index: 1;" />
<img class="lssColoShield" src="/assets/map/{{ data.getFieldGraphicID }}.png" style="z-index: 2;" />
<div class="lssobj" onclick="openSystemFieldSelector({{ data.getId }});" id="runtime">&nbsp;</div>
</div>
</td>
Expand Down

0 comments on commit d9cc075

Please sign in to comment.