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