mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-01-05 22:54:56 +00:00
icons/runtime?
This commit is contained in:
@@ -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
5
icons/runtime/README.md
Normal 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.
|
||||
BIN
icons/runtime/default_title.dmi
Normal file
BIN
icons/runtime/default_title.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 399 KiB |
BIN
icons/runtime/tcg/default.dmi
Normal file
BIN
icons/runtime/tcg/default.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
BIN
icons/runtime/tcg/xenos.dmi
Normal file
BIN
icons/runtime/tcg/xenos.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user