打开窗口框架
This commit is contained in:
@@ -12,7 +12,7 @@ namespace CreatGame.UI
|
||||
|
||||
private void OnStarBtnClick()
|
||||
{
|
||||
|
||||
Debug.Log("OnStarBtnClick");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ public class GameStar : MonoBehaviour
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
DontDestroyOnLoad(gameObject);
|
||||
StartCoroutine(CreatGame.GameLogic.Instance.Start());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user