mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-04 05:08:26 +00:00
* tgui 516 * nuking * . * . * redux test * this * no longer in use * removes debugs for now until someone ports the macro handling * import types * . * maxWidth * temp fix * fix type import * fix that * also that * version up * also push this while on it * rid of that * dependency up * allow mark up inputs * update * mb to search * add scroll to nanoMap * type fixing * Update ExportTab.tsx * Update index.tsx * Update XenoarchReplicator.tsx * Update XenoarchReplicator_clothing_vr.tsx * Update XenoarchReplicator_clothing_vr.tsx * Update XenoarchReplicator.tsx * crew monitor improvements * types
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
/datum/asset/simple/tgui
|
|
keep_local_name = TRUE
|
|
assets = list(
|
|
"tgui.bundle.js" = file("tgui/public/tgui.bundle.js"),
|
|
"tgui.bundle.css" = file("tgui/public/tgui.bundle.css"),
|
|
)
|
|
|
|
/datum/asset/simple/tgui_panel
|
|
keep_local_name = TRUE
|
|
assets = list(
|
|
"tgui-panel.bundle.js" = file("tgui/public/tgui-panel.bundle.js"),
|
|
"tgui-panel.bundle.css" = file("tgui/public/tgui-panel.bundle.css"),
|
|
)
|