From cf6f0f7038e7736f200f600c09f82ae350bc05b3 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 11 Dec 2024 13:12:28 +0500 Subject: upd: max and min for start pos z --- src/constants.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index 1edb712..3b9d446 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,6 +1,7 @@ #define STAR_AMOUNT 1000 -#define STAR_START_POS_Z 20.0 +#define STAR_START_POS_Z_MAX 20 +#define STAR_START_POS_Z_MIN 10 #define STAR_MIN_VELOCITY 1 -#define STAR_MAX_VELOCITY 25 +#define STAR_MAX_VELOCITY 5 #define SPACE_SIZE 35.0 -- cgit v1.2.3