예제 #1
0
 // Called when we transition to scene
 void Start()
 {
     exitTiles = TileLoader.LoadExitTiles("color");
     DrawFloor();
     currentFloor = 0;
 }