feat: 캐릭터 인게임 UI 로직 적용
This commit is contained in:
@@ -15,5 +15,12 @@ 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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user