aseprite/data
David Capello 26139c4ae2 Add tilemap layers (#977)
This is the first commit with a simple tilemap editor. Still buggy but
functional in several ways. Several changes were made:

* NewLayer command can receive a tilemap=true to create a new tilemap
  layer
* New ToggleTilesMode command added to switch between the palette and
  the tileset in the ColorBar (the ColorBar was expanded to show
  colors or tilesets with a generic AbstractPaletteViewAdapter)
* All commands to create new layers were moved to Layer >
  New... submenu
* There are a new tileset chunk to save tilesets in .aseprite files,
  and a new kind of cels to save tilemaps
* Added doc::LayerTilemap, doc::Tileset, etc. and several other types
  to handle tilesets/tilemaps in the doc layer.
* Added doc::Grid class with grid specifications that indicates how a
  tilemap <-> tileset must be drawn
* Added and expanded cel operations to work with tilemaps and
  conversions between regular LayerImage cels <-> LayerTilemap cels
  (e.g. copy cels in the timeline between layer types)
2020-02-17 09:06:00 -03:00
..
extensions Add "Recover Files..." option in Home tab 2019-05-27 23:53:57 -03:00
fonts Use a better font for Japanese on Windows 2017-04-13 17:08:46 -03:00
icons Add icon for .aseprite-extension 2018-12-10 19:00:24 -03:00
palettes Move palettes to extensions (#1403) 2017-06-10 16:44:19 -03:00
strings Add tilemap layers (#977) 2020-02-17 09:06:00 -03:00
widgets Update copyright year on Windows properties and About dialog 2020-01-08 17:44:59 -03:00
convmatr.def Add new matrices to create an outline in RGB transparent layers 2015-04-16 11:08:35 -03:00
gui.xml Add tilemap layers (#977) 2020-02-17 09:06:00 -03:00
pref.xml Add tilemap layers (#977) 2020-02-17 09:06:00 -03:00