feat(designer): 波次/Core/状态 枚举标签归一为中英双语

This commit is contained in:
2026-07-22 11:13:54 +08:00
parent d17a4579d5
commit c08d526a18
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ extends VBoxContainer
const UI = preload("res://addons/game_designer/designer_ui.gd")
const PATH = "res://data/status_effects.json"
const STACK = ["REFRESH 刷新", "INTENSITY 叠层", "INDEPENDENT 独立"]
const STACK = ["刷新 REFRESH", "叠层 INTENSITY", "独立 INDEPENDENT"]
var _data: Dictionary = {}
var _cur: String = ""