mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-21 18:08:42 +01:00
fix(tiled_object): TileImage is now just Tile
This commit is contained in:
@@ -170,7 +170,7 @@ def _cast_point(raw_tiled_object: RawTiledObject) -> Point:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def _cast_tile_image(raw_tiled_object: RawTiledObject) -> TileImage:
|
def _cast_tile(raw_tiled_object: RawTiledObject) -> Tile:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user