스테이지 Rename 및 폴더 정리

스테이지 Rename
This commit is contained in:
JKH47
2025-02-14 17:03:47 +09:00
parent 3eccf27608
commit 5c84fdbd73
21 changed files with 5 additions and 101816 deletions

View File

@@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 13680a75558741248a7104c2613cf978
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 07c2e70991189b34e9068dbd230af901
guid: 171a781096ced684786ffc4579aed7cd
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 8f0c180617f83374cae3c9227138b5b3
guid: 4ffa3abd86ea7074895c9c337ee16da5
DefaultImporter:
externalObjects: {}
userData:

View File

@@ -52,11 +52,11 @@ namespace TON
// TODO : Custom Order After System Load
// UIManager.Show<IngameUI>(UIList.IngameUI);
// UIManager.Show<LobbyUI>(UIList.LobbyUI);
UIManager.Show<ControllerUI>(UIList.ControllerUI);
ControllerUI.Instance.Initalize();
//UIManager.Show<ControllerUI>(UIList.ControllerUI);
//ControllerUI.Instance.Initalize();
// UIManager.Show<IngameOptionUI>(UIList.IngameOptionUI);
// UIManager.Show<CharaterCreateUI>(UIList.CharaterCreateUI);
// UIManager.Show<TitleUI>(UIList.TitleUI);
UIManager.Show<TitleUI>(UIList.TitleUI);
}
}
}