Mods
This commit is contained in:
parent
db78a855d4
commit
65493f96e9
|
@ -23,7 +23,7 @@ class Config:
|
||||||
space_1: int = 20
|
space_1: int = 20
|
||||||
max_messages: int = 120
|
max_messages: int = 120
|
||||||
loop_delay_fast: int = 3_000
|
loop_delay_fast: int = 3_000
|
||||||
loop_delay_normal: int = 20_000
|
loop_delay_normal: int = 30_000
|
||||||
loop_delay_slow: int = 60_000
|
loop_delay_slow: int = 60_000
|
||||||
hatch_burst: int = 3
|
hatch_burst: int = 3
|
||||||
font_size: int = 20
|
font_size: int = 20
|
||||||
|
|
Loading…
Reference in New Issue