mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-28 15:22:28 +01:00
rf(tiled_object): rename TileImage to Tile
to match what the UI calls it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user