[MIRROR] CMSS Lobby Screen (#10774)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: tacoguy7765093 <karokaromaro@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-28 11:19:34 +02:00
committed by GitHub
co-authored by ShadowLarkens Kashargul tacoguy7765093
parent 1a2848f1b2
commit 66a437de08
41 changed files with 1644 additions and 1312 deletions
+10
View File
@@ -0,0 +1,10 @@
/datum/asset/simple/lobby_files
keep_local_name = TRUE
assets = list(
"lobby_loading.gif" = 'html/lobby/loading.gif',
"load.ogg" = 'sound/lobby/lobby_load.ogg',
)
/datum/asset/simple/lobby_files/register()
assets["lobby_bg.gif"] = icon(using_map.lobby_icon, pick(using_map.lobby_screens))
. = ..()