UI系统优化
This commit is contained in:
@@ -42,7 +42,7 @@ namespace BaseGames.Tutorial
|
||||
if (stats == null || !stats.HasAbility(_requiredAbility)) return;
|
||||
}
|
||||
|
||||
string text = LocalizationManager.Get(_hintLocKey, "UI");
|
||||
string text = LocalizationManager.Get(_hintLocKey, LocalizationTable.UI);
|
||||
tm.ShowHint(_hintId, text, _displayDuration);
|
||||
tm.CompleteHint(_hintId); // 写入 SaveData,防止场景重载后重复触发
|
||||
|
||||
|
||||
Reference in New Issue
Block a user