Exemplo n.º 1
0
 public Tile(Palette palette, TileInfo info, Point tileLoc)
 {
     this.palette = palette;
     this.info = info;
     this.tileLoc = tileLoc;
 }
Exemplo n.º 2
0
        public void AddTile(TileInfo info)
        {
            tileInfos.Add(info);

            RegenerateTextures();
        }