commit 065a4322ea628a1afb5df5185109ca5cb1b1afa7
parent e857420d530c85c88505271423939e2403bab31a
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Tue, 26 Dec 2023 16:17:07 -0500
revert configs
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go
@@ -23,7 +23,7 @@ import (
)
const NbPlayers = 6
-const MaxUserCountdown = 6
+const MaxUserCountdown = 60
const MinTimeAfterGame = 10
const BackfacingDeg = "-180deg"
const BurnStackX = 400
@@ -34,7 +34,7 @@ const DealSpacing = 55
const DealerStackX = 250
const DealerStackY = 30
const NbCardsPerPlayer = 2
-const animationTime = 100 * time.Millisecond
+const animationTime = 1000 * time.Millisecond
type Poker struct {
sync.Mutex