mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-04 10:32:18 +01:00
tests: Implemented more tileset testing. Only missing terrains and wang sets at this point.
This commit is contained in:
@@ -13,6 +13,7 @@ EXPECTED = tileset.TileSet(
|
||||
tile_width=32,
|
||||
version=1.2,
|
||||
type="tileset",
|
||||
grid=tileset.Grid(orientation="orthogonal", width=1, height=1),
|
||||
tiles=[
|
||||
tileset.Tile(
|
||||
animation=[
|
||||
|
||||
Reference in New Issue
Block a user