Beispiel #1
0
 public void Load()
 {
     data = MapLoad.Instance.Load(dataPath);
     data.Dump();
     Debug.Log(data.width);
     Debug.Log(data.height);
 }
Beispiel #2
0
 public void Load()
 {
     dataPath = "stage" + PublicData.Instace.stageNum;
     data     = MapLoad.Instance.Load(dataPath);
     data.Dump();
     Debug.Log(data.width);
     Debug.Log(data.height);
 }