typo
This commit is contained in:
@@ -31,7 +31,7 @@ class BattleMap(BattleMapType):
|
|||||||
Example Usage:
|
Example Usage:
|
||||||
|
|
||||||
>>> console = TileSetManager().load("colorized")
|
>>> console = TileSetManager().load("colorized")
|
||||||
>>> bmap = BattleMap("input.txt", tileset=console)
|
>>> bmap = BattleMap("input.toml", tileset=console)
|
||||||
>>> print(bmap.as_string())
|
>>> print(bmap.as_string())
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user