From c664ddaf47e078219b848b9e2d9c3c4241420261 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 10 Dec 2024 19:50:26 +0500 Subject: feat: render stars! --- src/constants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index ecd5b1f..d1ca7f4 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1 +1,3 @@ #define STAR_AMOUNT 1000 +#define STAR_START_POS_Z 20.0 +#define SPACE_SIZE 35.0 -- cgit v1.2.3