mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 06:23:19 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
17 lines
400 B
Plaintext
17 lines
400 B
Plaintext
/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()
|
|
// not actually a gif
|
|
assets["lobby_bg.gif"] = pick(using_map.lobby_screens)
|
|
. = ..()
|
|
|
|
/datum/asset/simple/restart_animation
|
|
assets = list(
|
|
"loading" = 'html/lobby/loading.gif'
|
|
)
|