mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-08 22:01:51 +02:00
Indoor features.
This commit is contained in:
parent
0b43d6fc23
commit
94e4893243
2 changed files with 50 additions and 5 deletions
|
@ -36,6 +36,7 @@ def parse_options(args):
|
|||
action='store_false')
|
||||
parser.add_argument('--mode', dest='mode', default='normal')
|
||||
parser.add_argument('--seed', dest='seed', default='')
|
||||
parser.add_argument('--level', dest='level', default=None, type=float)
|
||||
|
||||
arguments = parser.parse_args(args[1:])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue