1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Add layersupport for waypoints

This commit is contained in:
tobspr
2020-12-07 12:57:49 +01:00
parent 944b3c011c
commit f5032a02ce
5 changed files with 23 additions and 7 deletions

View File

@@ -61,6 +61,12 @@
/* @load-async */
background: uiResource("icons/waypoint.png") left 50% / #{D(8px)} no-repeat;
}
&.layer--wires {
/* @load-async */
background-image: uiResource("icons/waypoint_wires.png");
}
opacity: 0.7;
@include S(margin-bottom, 1px);
font-weight: bold;