Skip to content

Commit

Permalink
icons/runtime?
Browse files Browse the repository at this point in the history
  • Loading branch information
SandPoot committed May 30, 2022
1 parent 8bb1c2b commit 688fac7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/title.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down
Binary file removed icons/default_title.dmi
Binary file not shown.
5 changes: 5 additions & 0 deletions icons/runtime/README.md
Original file line number Diff line number Diff line change
@@ -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 added icons/runtime/default_title.dmi
Binary file not shown.
Binary file added icons/runtime/tcg/default.dmi
Binary file not shown.
Binary file added icons/runtime/tcg/xenos.dmi
Binary file not shown.
1 change: 1 addition & 0 deletions tools/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 688fac7

Please sign in to comment.