mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[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:
co-authored by
ShadowLarkens
Kashargul
tacoguy7765093
parent
1a2848f1b2
commit
66a437de08
@@ -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))
|
||||
. = ..()
|
||||
Reference in New Issue
Block a user