This commit is contained in:
Auric Vente 2024-07-19 20:21:48 -06:00
parent de82c38452
commit af9daf2f1c
1 changed files with 1 additions and 1 deletions

View File

@ -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