Experimental: Compile TGUI for Edge and IE separately (#16741)

This commit is contained in:
ShadowLarkens
2024-12-22 14:26:47 +01:00
committed by GitHub
parent df3cec1c3a
commit e58978225e
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")