From af9daf2f1c0c298b8f485249a7f732650b5a97f2 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Fri, 19 Jul 2024 20:21:48 -0600 Subject: [PATCH] Mods --- cromulant/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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