feat: IngameUI의 캐릭터 stat 변경 부분 적용되도록 수정

This commit is contained in:
aube.lee
2025-02-19 14:12:54 +09:00
parent 3f3faf9cce
commit ac551330ea
5 changed files with 55 additions and 34 deletions

View File

@@ -15,12 +15,5 @@ namespace TON
linkedCharactor = GetComponent<CharacterBase>();
}
private void Start()
{
IngameUI.Instance.SetHP(linkedCharactor.currentHP, linkedCharactor.maxHP);
IngameUI.Instance.SetSP(linkedCharactor.currentSP, linkedCharactor.maxSP);
IngameUI.Instance.SetPlayerImage(PlayerDataManager.Singleton.player.type);
}
}
}