[MIRROR] Experimental: Compile TGUI for Edge and IE separately (#9679)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-12-22 22:03:53 +01:00
committed by GitHub
co-authored by ShadowLarkens
parent 5c8417af0f
commit fbe217b737
4 changed files with 159 additions and 2 deletions
+4 -1
View File
@@ -106,7 +106,10 @@
strict_mode = TRUE,
fancy = user.client.prefs.tgui_fancy,
assets = list(
get_asset_datum(/datum/asset/simple/tgui),
// FIXME: Delete this when 516 is required!
user.client.byond_version >= 516 \
? get_asset_datum(/datum/asset/simple/tgui_edge) \
: get_asset_datum(/datum/asset/simple/tgui),
))
else
window.send_message("ping")