summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-12-11 13:12:28 +0500
committerilotterytea <iltsu@alright.party>2024-12-11 13:12:28 +0500
commitcf6f0f7038e7736f200f600c09f82ae350bc05b3 (patch)
tree5f2a62681f4c2e4780cfd0072e18e0a3516e6e2a /src/constants.h
parent493b668742ceb28a4e10ca5016e652f9638429aa (diff)
upd: max and min for start pos z
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h5
1 files changed, 3 insertions, 2 deletions
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