visual polish

This commit is contained in:
JurajKubrican
2025-08-04 21:16:00 +02:00
parent db05703b17
commit 17bd68b797
4 changed files with 36 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ import (
)
var (
ticker = time.Tick(time.Millisecond * 200)
ticker = time.Tick(time.Millisecond * 500)
)
func RegisterTicker() {