Ejemplo n.º 1
0
 void Start()
 {
     OpenScreen(ScreenType.MAIN_MENU);
     TileMap.CreateRepresentation();
     Walls.CreateRepresentation(xRadius, yRadius);
 }
Ejemplo n.º 2
0
 void ClearMap()
 {
     TileMap.Clear();
 }