Overhaul title screens to be more compatible with TGUI (#17617)

This commit is contained in:
ShadowLarkens
2025-04-27 21:19:49 +02:00
committed by GitHub
parent 5945149667
commit 8f2f1f80df
30 changed files with 33 additions and 42 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
)
/datum/asset/simple/lobby_files/register()
assets["lobby_bg.gif"] = icon(using_map.lobby_icon, pick(using_map.lobby_screens))
assets["lobby_bg.gif"] = pick(using_map.lobby_screens)
. = ..()