mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-04 10:32:18 +01:00
tests(map): Expanded map test coverage
This commit is contained in:
19
tests/test_data/map_tests/hexagonal/tileset.json
Normal file
19
tests/test_data/map_tests/hexagonal/tileset.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{ "columns":5,
|
||||
"image":"..\/..\/images\/hexmini.png",
|
||||
"imageheight":72,
|
||||
"imagewidth":106,
|
||||
"margin":0,
|
||||
"name":"tileset",
|
||||
"spacing":0,
|
||||
"tilecount":20,
|
||||
"tiledversion":"1.4.1",
|
||||
"tileheight":18,
|
||||
"tileoffset":
|
||||
{
|
||||
"x":0,
|
||||
"y":1
|
||||
},
|
||||
"tilewidth":18,
|
||||
"type":"tileset",
|
||||
"version":1.4
|
||||
}
|
||||
Reference in New Issue
Block a user