mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-03 09:58:15 +01:00
Add test for single image tileset tile properties
This commit is contained in:
@@ -12,9 +12,17 @@ EXPECTED = tileset.Tileset(
|
||||
spacing=1,
|
||||
name="tile_set_image",
|
||||
tile_count=48,
|
||||
tiled_version="1.9.1",
|
||||
tiled_version="1.9.2",
|
||||
tile_height=32,
|
||||
tile_width=32,
|
||||
tiles={
|
||||
0: tileset.Tile(
|
||||
id=0,
|
||||
properties={
|
||||
"Test": "test property"
|
||||
}
|
||||
)
|
||||
},
|
||||
version="1.9",
|
||||
type="tileset",
|
||||
alignment="topleft",
|
||||
|
||||
Reference in New Issue
Block a user