Files
VOREStation/code/modules/asset_cache/assets/lobby.dm
Kashargul ca5a254a00 lobby screen subsystem (#17686)
* lobby screen subsystem

* .

* tgui core 3.1.5

* use unknown in the class

* .

* second

* Didn't even know you could type components like this

* .

* dependency up

* can we not use any...

---------

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
2025-05-09 22:25:18 +02:00

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'
)