tiledjsonreader

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

tiledjsonreader

TiledJsonReader #
Reader of the Tiled file .json
Usage #
To use this plugin, add tiledjsonreader as a dependency in your pubspec.yaml file.
flutter:
assets:
- assets/map.json
- assets/tile_set.json
copied to clipboard
import 'package:tiledjsonreader/tiledjsonreader.dart';

TiledJsonReader tiled = TiledJsonReader('assets/map.json');
tiled.read().then((map) {
print(map);
});
copied to clipboard
Supported files types:

json
tsj
tmj

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.