mirror of
https://github.com/KabKebab/GS13.git
synced 2026-03-25 04:32:56 +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',
|
|
)
|