diff --git a/cromulant/config.py b/cromulant/config.py index 269b4af..3307e26 100644 --- a/cromulant/config.py +++ b/cromulant/config.py @@ -9,7 +9,7 @@ class Config: title: str = "Cromulant" width: int = 900 height: int = 900 - max_ants: int = 10 + max_ants: int = 100 here: Path ants_json: Path icon_path: Path