[MIRROR] Overhaul title screens to be more compatible with TGUI (#10794)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-28 22:28:51 +02:00
committed by GitHub
co-authored by ShadowLarkens Kashargul
parent 7ce04063bd
commit 75ae8d7b15
39 changed files with 43 additions and 66 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)
. = ..()