Initial commit. Can parse map and tileset tags
parents
No related branches found
No related tags found
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- Cargo.toml 8 additions, 0 deletionsCargo.toml
- assets/tiled_base64_zlib.tmx 11 additions, 0 deletionsassets/tiled_base64_zlib.tmx
- assets/tiled_xml.tmx 0 additions, 0 deletionsassets/tiled_xml.tmx
- assets/tilesheet.png 0 additions, 0 deletionsassets/tilesheet.png
- src/lib.rs 107 additions, 0 deletionssrc/lib.rs
- src/main.rs 19 additions, 0 deletionssrc/main.rs
.gitignore
0 → 100644
Cargo.toml
0 → 100644
assets/tiled_base64_zlib.tmx
0 → 100644
assets/tiled_xml.tmx
0 → 100644
This diff is collapsed.
assets/tilesheet.png
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
src/lib.rs
0 → 100644
src/main.rs
0 → 100644
Please register or sign in to comment