Beispiel #1
0
 public static void MapChange(Tilemap newMap)
 {
     mapDirty   = true;
     CurrentMap = newMap;
     TileMapChange?.Invoke(CurrentMap);
 }
Beispiel #2
0
 // Start is called before the first frame update
 void Start()
 {
     instance = this;
     //ChangeTile();
 }