mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-01 00:51:19 +01:00
Initial object template tests
This commit is contained in:
14
tests/test_data/map_tests/template/tileset.json
Normal file
14
tests/test_data/map_tests/template/tileset.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{ "columns":8,
|
||||
"image":"..\/..\/images\/tmw_desert_spacing.png",
|
||||
"imageheight":199,
|
||||
"imagewidth":265,
|
||||
"margin":1,
|
||||
"name":"tile_set_image",
|
||||
"spacing":1,
|
||||
"tilecount":48,
|
||||
"tiledversion":"1.6.0",
|
||||
"tileheight":32,
|
||||
"tilewidth":32,
|
||||
"type":"tileset",
|
||||
"version":"1.6"
|
||||
}
|
||||
Reference in New Issue
Block a user