From 0b36a2e0cc8675729f98bbaad0e4d319580b61e0 Mon Sep 17 00:00:00 2001 From: Benjamin Kirkbride Date: Sat, 30 May 2020 21:52:17 -0400 Subject: [PATCH] rf(tiled_object): rename TileImage to Tile to match what the UI calls it --- pytiled_parser/tiled_object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytiled_parser/tiled_object.py b/pytiled_parser/tiled_object.py index c774794..ca68cfa 100644 --- a/pytiled_parser/tiled_object.py +++ b/pytiled_parser/tiled_object.py @@ -137,7 +137,7 @@ class Text(TiledObject): @attr.s(auto_attribs=True, kw_only=True) -class TileImage(TiledObject): +class Tile(TiledObject): """Tile object See: https://doc.mapeditor.org/en/stable/manual/objects/#insert-tile