doing stuff with title screens + configs

This commit is contained in:
evilew
2024-09-24 22:26:57 +02:00
parent bced8089c5
commit 9950e38d03
9 changed files with 10 additions and 5 deletions
+1 -1
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/runtime/default_title.dmi"
file_path = "GainStation13/icons/runtime/default_title.dmi"
ASSERT(fexists(file_path))