mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-02-23 15:49:52 +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 .properties import Properties, RawProperty
|
||||||
from .tileset import RawTileSet, TileSet
|
from .tileset import RawTileSet, TileSet
|
||||||
|
|
||||||
TileSetDict = Dict[int, TileSet]
|
TilesetDict = Dict[int, TileSet]
|
||||||
|
|
||||||
|
|
||||||
@attr.s(auto_attribs=True)
|
@attr.s(auto_attribs=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user