From cbeb0314a90edb5ce28df2a8892160c0023320cb Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 10 Dec 2024 21:56:43 +0500 Subject: feat: random velocity --- src/constants.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index d1ca7f4..1edb712 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,3 +1,6 @@ #define STAR_AMOUNT 1000 #define STAR_START_POS_Z 20.0 +#define STAR_MIN_VELOCITY 1 +#define STAR_MAX_VELOCITY 25 + #define SPACE_SIZE 35.0 -- cgit v1.2.3