From f88de159f514bcfccf369cbaeffd277fde60acc3 Mon Sep 17 00:00:00 2001 From: andrea Date: Sat, 21 Mar 2026 13:59:03 +0100 Subject: [PATCH] restore default values --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.h b/src/config.h index ca1f3da..333d4cc 100644 --- a/src/config.h +++ b/src/config.h @@ -10,6 +10,6 @@ #define PADDLE_LENGTH 3 #define INITIAL_BALL_DELAY 200 -#define MAX_POINTS 2 -#define START_TIMER 2 +#define MAX_POINTS 9 +#define START_TIMER 3 #define FIRST_START_BALL_DELAY 500