Пример #1
0
 void Start()
 {
     OpenScreen(ScreenType.MAIN_MENU);
     TileMap.CreateRepresentation();
     Walls.CreateRepresentation(xRadius, yRadius);
 }
Пример #2
0
 void ClearMap()
 {
     TileMap.Clear();
 }