|
@@ -8,7 +8,7 @@ using UnityEngine.SceneManagement;
|
|
|
public class GameMgr : MonoBehaviour
|
|
public class GameMgr : MonoBehaviour
|
|
|
{
|
|
{
|
|
|
public static bool debugInEditor = false;
|
|
public static bool debugInEditor = false;
|
|
|
- public static int gameType = 3;
|
|
|
|
|
|
|
+ public static int gameType = 0;
|
|
|
public GameMode gameMode;
|
|
public GameMode gameMode;
|
|
|
[System.NonSerialized] public bool gameOver = false;
|
|
[System.NonSerialized] public bool gameOver = false;
|
|
|
public static GameMgr ins;
|
|
public static GameMgr ins;
|