mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-09 02:26:02 +03:00
Add test data that fails due to bug from reported issue
This commit is contained in:
parent
aa9d8498e8
commit
81277fdaf1
10 changed files with 325 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
{ "columns":2,
|
||||
"grid":
|
||||
{
|
||||
"height":32,
|
||||
"orientation":"orthogonal",
|
||||
"width":32
|
||||
},
|
||||
"image":"tiles.png",
|
||||
"imageheight":32,
|
||||
"imagewidth":32,
|
||||
"margin":0,
|
||||
"name":"Tiles",
|
||||
"spacing":0,
|
||||
"tilecount":4,
|
||||
"tiledversion":"1.11.2",
|
||||
"tileheight":16,
|
||||
"tilewidth":16,
|
||||
"type":"tileset",
|
||||
"version":"1.10"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue