mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
rf: tileset, not tile set
This commit is contained in:
@@ -11,7 +11,7 @@ from .layer import Layer, RawLayer
|
||||
from .properties import Properties, RawProperty
|
||||
from .tileset import RawTileSet, TileSet
|
||||
|
||||
TileSetDict = Dict[int, TileSet]
|
||||
TilesetDict = Dict[int, TileSet]
|
||||
|
||||
|
||||
@attr.s(auto_attribs=True)
|
||||
|
||||
Reference in New Issue
Block a user