Merge pull request #14648 from SandPoot/decal-painter-tgui

Decal Painter menu is no longer shit and has visible previews.
This commit is contained in:
silicons
2021-04-28 21:20:24 -06:00
committed by GitHub
4 changed files with 72 additions and 8 deletions
@@ -345,6 +345,14 @@
InsertAll("", each, GLOB.alldirs)
..()
/datum/asset/spritesheet/decals
name = "decals"
/datum/asset/spritesheet/decals/register()
for(var/each in list('icons/turf/decals.dmi'))
InsertAll("", each, GLOB.alldirs)
..()
/datum/asset/spritesheet/supplypods
name = "supplypods"