Mods
This commit is contained in:
parent
de82c38452
commit
af9daf2f1c
|
@ -9,7 +9,7 @@ class Config:
|
||||||
title: str = "Cromulant"
|
title: str = "Cromulant"
|
||||||
width: int = 900
|
width: int = 900
|
||||||
height: int = 900
|
height: int = 900
|
||||||
max_ants: int = 10
|
max_ants: int = 100
|
||||||
here: Path
|
here: Path
|
||||||
ants_json: Path
|
ants_json: Path
|
||||||
icon_path: Path
|
icon_path: Path
|
||||||
|
|
Loading…
Reference in New Issue