mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-25 09:12:45 +00:00
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
/datum/asset/group/oui_theme_nano
|
|
children = list(
|
|
/datum/asset/simple/jquery,
|
|
/datum/asset/simple/oui_theme_nano
|
|
)
|
|
|
|
/datum/asset/simple/oui_theme_nano
|
|
assets = list(
|
|
"sui-nano-common.js" = 'html/oracle_ui/themes/nano/sui-nano-common.js',
|
|
"sui-nano-common.css" = 'html/oracle_ui/themes/nano/sui-nano-common.css',
|
|
)
|