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

@@ -21,6 +21,7 @@ config/icon="res://icon.svg"
[autoload]
UIFontManager="*res://_Core/managers/UIFontManager.gd"
SceneManager="*res://_Core/managers/SceneManager.gd"
EventSystem="*res://_Core/systems/EventSystem.gd"
ApiClient="*res://_Core/managers/ApiClient.gd"