mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-02-23 15:49:52 +01:00
Update test files for Tiled 1.6(still needs work)
This commit is contained in:
@@ -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={
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user