mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-09 22:32:12 +02:00
Add building color option.
This commit is contained in:
parent
d1071afc59
commit
e23b36d50f
2 changed files with 9 additions and 0 deletions
|
@ -194,6 +194,13 @@ def add_map_arguments(parser: argparse.ArgumentParser) -> None:
|
|||
action=argparse.BooleanOptionalAction,
|
||||
default=True,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--building-colors",
|
||||
help="paint walls (if isometric mode is enabled) and roofs with "
|
||||
"specified colors",
|
||||
action=argparse.BooleanOptionalAction,
|
||||
default=False,
|
||||
)
|
||||
|
||||
|
||||
def add_tile_arguments(parser: argparse.ArgumentParser) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue