mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-02 13:34:49 +00:00
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
15 lines
509 B
Plaintext
15 lines
509 B
Plaintext
//Cloning pod sprites for UIs
|
|
/datum/asset/simple/cloning
|
|
assets = list(
|
|
"pod_idle.gif" = 'icons/UI_Icons/synthprinter.gif',
|
|
"pod_cloning.gif" = 'icons/UI_Icons/synthprinter_working.gif',
|
|
)
|
|
|
|
/datum/asset/simple/cloning/resleeving
|
|
assets = list(
|
|
"sleeve_empty.gif" = 'icons/UI_Icons/sleeve_empty.gif',
|
|
"sleeve_occupied.gif" = 'icons/UI_Icons/sleeve_occupied.gif',
|
|
"synthprinter.gif" = 'icons/UI_Icons/synthprinter.gif',
|
|
"synthprinter_working.gif" = 'icons/UI_Icons/synthprinter_working.gif',
|
|
)
|