adds a fuller quarter-turf decal to paint guns (#12584)

* adds a fuller quarter-turf decal

* minor fix

* sprite update

Co-authored-by: TGW <mc-casper@hotmail.dk>
This commit is contained in:
Casper3667
2021-10-10 15:44:24 +02:00
committed by GitHub
co-authored by TGW
parent f578860c17
commit 1c4e76e673
4 changed files with 10 additions and 0 deletions
@@ -10,6 +10,7 @@
var/list/decals = list(
"quarter-turf" = list("path" = /obj/effect/floor_decal/corner, "precise" = 1, "coloured" = 1),
"full quarter-turf" = list("path" = /obj/effect/floor_decal/corner_full, "precise" = 1, "coloured" = 1),
"hazard stripes" = list("path" = /obj/effect/floor_decal/industrial/warning),
"corner, hazard" = list("path" = /obj/effect/floor_decal/industrial/warning/corner),
"hatched marking" = list("path" = /obj/effect/floor_decal/industrial/hatch, "coloured" = 1),