mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-31 08:33:47 +01:00
refactor(tileset): Renamed TileSet class to Tileset
This commit is contained in:
@@ -3,7 +3,7 @@ from pathlib import Path
|
||||
from pytiled_parser import tileset
|
||||
from pytiled_parser.common_types import Color, OrderedPair
|
||||
|
||||
EXPECTED = tileset.TileSet(
|
||||
EXPECTED = tileset.Tileset(
|
||||
columns=8,
|
||||
image=Path("../../images/tmw_desert_spacing.png"),
|
||||
image_height=199,
|
||||
|
||||
Reference in New Issue
Block a user