메인 화면 UI 구조 변경

This commit is contained in:
aube.lee
2025-02-04 17:57:23 +09:00
parent a971567ffd
commit ab433ef46b
12 changed files with 2530 additions and 259 deletions

View File

@@ -60,6 +60,7 @@ namespace TON
public void OnClickPlayButton()
{
PlayerPrefs.SetInt("SelectedPlayerIndex", currentSelectCharacterIndex);
PlayerDataManager.Singleton.SetCurrentUserData();
HeartDataManager.Singleton.SetCurrentUserHeart();
UIManager.Hide<CharaterSelectUI>(UIList.CharaterSelectUI);