NeinHaus' warning stripe icons

Adds NeinHaus' warning stripe icons as a child of the warning stripe
object, when mapping, if at all possible, please use these instead of
the turfs that come with them already on it, as these will merge with
the turf at runtime, and are more flexible.
This commit is contained in:
SamCroswell
2014-12-06 11:48:20 -05:00
parent 2d1f82f94e
commit a6a1ac9dc4
3 changed files with 13071 additions and 13028 deletions
@@ -52,6 +52,59 @@
/obj/effect/decal/warning_stripes/New()
. = ..()
loc.overlays += src
del src
del src
// Credit to Neinhaus for making these into individual decals.
/obj/effect/decal/warning_stripes/arrow
icon_state = "4"
/obj/effect/decal/warning_stripes/yellow
icon_state = "5"
/obj/effect/decal/warning_stripes/yellow/partial
icon_state = "3"
/obj/effect/decal/warning_stripes/yellow/hollow
icon_state = "6"
/obj/effect/decal/warning_stripes/red
icon_state = "8"
/obj/effect/decal/warning_stripes/red/partial
icon_state = "7"
/obj/effect/decal/warning_stripes/red/hollow
icon_state = "9"
/obj/effect/decal/warning_stripes/green
icon_state = "11"
/obj/effect/decal/warning_stripes/green/partial
icon_state = "10"
/obj/effect/decal/warning_stripes/green/hollow
icon_state = "12"
/obj/effect/decal/warning_stripes/white
icon_state = "14"
/obj/effect/decal/warning_stripes/white/partial
icon_state = "13"
/obj/effect/decal/warning_stripes/white/hollow
icon_state = "15"
/obj/effect/decal/warning_stripes/blue
icon_state = "17"
/obj/effect/decal/warning_stripes/blue/partial
icon_state = "16"
/obj/effect/decal/warning_stripes/blue/hollow
icon_state = "18"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 12 KiB

+13016 -13026
View File
File diff suppressed because it is too large Load Diff