mirror of
https://github.com/KabKebab/GS13.git
synced 2026-05-26 09:11:15 +01:00
a86199c99f
Ports Oracle UI framework, and updates UI for paper and disposal bins.
9 lines
330 B
Plaintext
9 lines
330 B
Plaintext
/datum/asset/simple/oui_theme_nano
|
|
assets = list(
|
|
// JavaScript
|
|
"sui-nano-common.js" = 'html/oracle_ui/themes/nano/sui-nano-common.js',
|
|
"sui-nano-jquery.min.js" = 'html/oracle_ui/themes/nano/sui-nano-jquery.min.js',
|
|
// Stylesheets
|
|
"sui-nano-common.css" = 'html/oracle_ui/themes/nano/sui-nano-common.css',
|
|
)
|