Commit c9d2fb5b authored by 18신대성's avatar 18신대성

게임 승리시 조작 멈추게

parent 40116344
......@@ -91,6 +91,7 @@ public class GameManager : SingletonBehaviour<GameManager>
Debug.Log("Stage Clear!");
Cursor.visible = true;
Cursor.lockState = CursorLockMode.None;
isGameOver = true;
StageSelector.inst.SaveClearData(stageIdx, true);
yield return new WaitForSeconds(3);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment