mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-01 02:11:58 +02:00
Issue #13: support local restrictions.
This commit is contained in:
parent
ce6233486c
commit
34d7ae0dbc
7 changed files with 82 additions and 55 deletions
|
@ -53,6 +53,7 @@ class MapConfiguration:
|
|||
level: str = "overground"
|
||||
seed: str = ""
|
||||
show_tooltips: bool = False
|
||||
country: str = "world"
|
||||
|
||||
@classmethod
|
||||
def from_options(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue