mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-31 18:06:23 +02:00
Fix inner path and outer path drawing. Make flinger more simple.
This commit is contained in:
parent
8d8080181e
commit
f6a15e7a71
10 changed files with 478 additions and 410 deletions
|
@ -77,8 +77,6 @@ class Scheme:
|
|||
if color.startswith("#"):
|
||||
return color
|
||||
|
||||
print(f"No color {color}.")
|
||||
|
||||
return DEFAULT_COLOR
|
||||
|
||||
def is_no_drawable(self, key: str) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue