mapeditor / tiled

Flexible level editor
https://www.mapeditor.org/
Other
11.22k stars 1.76k forks source link

Tile Animation Editor improvements #3251

Open bjorn opened 2 years ago

bjorn commented 2 years ago

The following features could be useful to add to the Tile Animation Editor:

Show the tile ID in the sequence list

Could be implemented using a custom delegate so that the ID and the duration can be clearly displayed.

Allow zooming in on the animated tiles

Currently only the preview and the tileset can be scaled, not the list of frames. Probably the list of frames should just scale along with the other views. Probably makes sense to implement as part of a custom delegate as well.

Requested on the forum.

eishiya commented 2 years ago

For the zooming, it would be nice if items in the three panels in the editor (frame list, animation preview, tileset) would be zoomed independently. I often want to zoom in on the animation but not on the tileset, so that I can see the animation better but still navigate the tileset quickly.