mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-30 17:36:27 +02:00
Add --show-tooltips argument.
This commit is contained in:
parent
972e4798b0
commit
52301801cd
7 changed files with 65 additions and 10 deletions
|
@ -52,6 +52,7 @@ class MapConfiguration:
|
|||
overlap: int = 12
|
||||
level: str = "overground"
|
||||
seed: str = ""
|
||||
show_tooltips: bool = False
|
||||
|
||||
@classmethod
|
||||
def from_options(
|
||||
|
@ -66,6 +67,7 @@ class MapConfiguration:
|
|||
options.overlap,
|
||||
options.level,
|
||||
options.seed,
|
||||
options.show_tooltips,
|
||||
)
|
||||
|
||||
def is_wireframe(self) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue