Mods
This commit is contained in:
parent
108365e96e
commit
2f83be5042
|
@ -7,7 +7,7 @@ import appdirs # type: ignore
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
title: str = "Cromulant"
|
title: str = "Cromulant"
|
||||||
width: int = 900
|
width: int = 820
|
||||||
height: int = 900
|
height: int = 900
|
||||||
max_ants: int = 100
|
max_ants: int = 100
|
||||||
here: Path
|
here: Path
|
||||||
|
|
Loading…
Reference in New Issue