icons/runtime?

This commit is contained in:
SandPoot
2022-05-30 02:07:49 -03:00
parent 8bb1c2b32a
commit 688fac740a
7 changed files with 7 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ SUBSYSTEM_DEF(title)
file_path = "[global.config.directory]/title_screens/images/[pick(title_screens)]"
if(!file_path)
file_path = "icons/default_title.dmi"
file_path = "icons/runtime/default_title.dmi"
ASSERT(fexists(file_path))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

5
icons/runtime/README.md Normal file
View File

@@ -0,0 +1,5 @@
# Runtime Loaded Icons
These icons are not compiled into the .rsc or are otherwise loaded at runtime.
Please keep all (non-config) icons that do this in this folder as it is needed by the [deploy.sh](../../tools/deploy.sh) script to minimize build output.

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
icons/runtime/tcg/xenos.dmi Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -22,6 +22,7 @@ fi
cp tgstation.dmb tgstation.rsc $1/
cp -r _maps/* $1/_maps/
cp -r icons/runtime/* $1/icons/runtime/
cp -r strings/* $1/strings/
#remove .dm files from _maps