mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-03 09:58:15 +01:00
Update all tests for template template update(#41)
This commit is contained in:
18
tests/test_data/map_tests/template/template-tile-image.json
Normal file
18
tests/test_data/map_tests/template/template-tile-image.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{ "object":
|
||||
{
|
||||
"gid":1,
|
||||
"height":32,
|
||||
"id":7,
|
||||
"name":"",
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":32
|
||||
},
|
||||
"tileset":
|
||||
{
|
||||
"firstgid":1,
|
||||
"source":"tile_set_single_image.json"
|
||||
},
|
||||
"type":"template"
|
||||
}
|
||||
Reference in New Issue
Block a user