캐릭터 이동 애니메이션 적용

This commit is contained in:
aube.lee
2025-01-28 21:03:52 +09:00
parent ff5a714d63
commit e665360833
8 changed files with 1295 additions and 16 deletions

View File

@@ -20,12 +20,14 @@ namespace TON
}
UIManager.Show<IngameUI>(UIList.IngameUI);
UIManager.Show<ControllerUI>(UIList.ControllerUI);
}
public override IEnumerator OnEnd()
{
yield return null;
UIManager.Hide<IngameUI>(UIList.IngameUI);
UIManager.Hide<ControllerUI>(UIList.ControllerUI);
}
void OnEscapeExecute()