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