Update test files for Tiled 1.6(still needs work)

This commit is contained in:
Darren Eberly
2021-05-10 00:47:05 -04:00
parent 3e9289eefe
commit 2570ad0309
47 changed files with 534 additions and 1177 deletions

View File

@@ -8,10 +8,10 @@ EXPECTED = tileset.Tileset(
spacing=0,
name="tileset",
tile_count=4,
tiled_version="1.3.5",
tiled_version="1.6.0",
tile_height=32,
tile_width=32,
version=1.2,
version="1.6",
type="tileset",
grid=tileset.Grid(orientation="orthogonal", width=1, height=1),
tiles={

View File

@@ -1,12 +1,4 @@
{ "columns":0,
"editorsettings":
{
"export":
{
"format":"",
"target":"."
}
},
"grid":
{
"height":1,
@@ -17,7 +9,7 @@
"name":"tileset",
"spacing":0,
"tilecount":4,
"tiledversion":"1.3.5",
"tiledversion":"1.6.0",
"tileheight":32,
"tiles":[
{
@@ -119,5 +111,5 @@
}],
"tilewidth":32,
"type":"tileset",
"version":1.2
}
"version":"1.6"
}