Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed May 24, 2021
1 parent ecb88d7 commit b112c1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Import the package like this:
```

### Load Tmx Files

Load a TMX file into a string by any means, and then pass the string to TileMapParser.parseXml():

```dart
Expand Down Expand Up @@ -54,4 +55,5 @@ Alternatively load a json file.
```

### Implementation
For further information look at the examples in flame_tiled

For further information and more usage examples, please take a look at the examples in [flame_tiled](https://github.com/flame-engine/flame_tiled).

0 comments on commit b112c1e

Please sign in to comment.