summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-12-11 17:21:18 +0500
committerilotterytea <iltsu@alright.party>2024-12-11 17:21:18 +0500
commitd5c3260848f9051beb96fb96473a560f51a8ed25 (patch)
tree8382e6a73942fb78ff22cb375f626b12a57a713a /src/constants.h
parent68684685f1c83c641d5a720d17760ab940b29b44 (diff)
feat: resize the star image
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h
index 3b9d446..61568d5 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -4,4 +4,7 @@
#define STAR_MIN_VELOCITY 1
#define STAR_MAX_VELOCITY 5
+#define STAR_TEXTURE_WIDTH 32
+#define STAR_TEXTURE_HEIGHT 32
+
#define SPACE_SIZE 35.0