mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-28 07:12:02 +01:00
Initial object template tests
This commit is contained in:
18
tests/test_data/map_tests/template/template_tile.json
Normal file
18
tests/test_data/map_tests/template/template_tile.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{ "object":
|
||||
{
|
||||
"gid":30,
|
||||
"height":32,
|
||||
"id":3,
|
||||
"name":"",
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":32
|
||||
},
|
||||
"tileset":
|
||||
{
|
||||
"firstgid":1,
|
||||
"source":"tileset.json"
|
||||
},
|
||||
"type":"template"
|
||||
}
|
||||
Reference in New Issue
Block a user