mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-21 23:49:33 +08:00
8 lines
441 B
Markdown
8 lines
441 B
Markdown
# Tiled
|
|
|
|
[Tiled](https://www.mapeditor.org/) is an awesome tool to design levels and maps. Flame bundles a [dart package](https://pub.dev/packages/tiled) that parses tmx files and implements a very simple component for the map rendering.
|
|
|
|
Right now Tiled support on Flame is quite simple and it only renders the map on the screen, other advanced features are not yet supported.
|
|
|
|
You can check a working example [here](/docs/examples/tiled).
|