mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 04:18:25 +08:00
8 lines
442 B
Markdown
8 lines
442 B
Markdown
# Tiled
|
|
|
|
[Tiled](https://www.mapeditor.org/) is an awesome tool to design level 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 renderization.
|
|
|
|
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](doc/examples/tiled).
|