예제 #1
0
 private void Awake()
 {
     tPos        = new Vector3(225, 0, 0);
     theInstance = this;
 }
예제 #2
0
 private void OnTriggerEnter2D(Collider2D collision)
 {
     DiamondMapCreater.GetTheInstance().CreateNewMap();
 }