fix: enforce Chinese font for all UI controls

This commit is contained in:
2026-08-01 23:00:38 +08:00
parent 32bcaef4fa
commit 38df2541ae
4 changed files with 29 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ dedicated_server=false
custom_features=""
export_filter="scenes"
export_files=PackedStringArray("res://scenes/ui/WebBootstrap.tscn")
include_filter="Config/*.gd,Config/*.json,_Core/*.gd,_Core/managers/*.gd,_Core/systems/*.gd,_Core/utils/*.gd,assets/audio/ui/*.wav"
include_filter="Config/*.gd,Config/*.json,_Core/*.gd,_Core/managers/*.gd,_Core/systems/*.gd,_Core/utils/*.gd,assets/audio/ui/*.wav,assets/fonts/*.ttc"
exclude_filter=""
export_path="build/web/index.html"
patches=PackedStringArray()