This commit is contained in:
Auric Vente
2024-07-19 20:30:37 -06:00
parent af9daf2f1c
commit 4f1aec1bee
3 changed files with 23 additions and 4 deletions

View File

@@ -22,9 +22,9 @@ class Config:
image_size: int = 80
space_1: int = 20
max_messages: int = 200
loop_delay_fast: int = 3_000
loop_delay_normal: int = 60_000
loop_delay_slow: int = 120_000
loop_delay_fast: int = 1000 * 5
loop_delay_normal: int = 1000 * 60 * 1
loop_delay_slow: int = 1000 * 60 * 5
hatch_burst: int = 3
font_size: int = 20
info_separator: str = " - "