summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/constants.h b/src/constants.h
index 3fc36ff..4eca1ea 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -1,14 +1,14 @@
#ifndef CONSTANTS_H_
#define CONSTANTS_H_
-#define WINDOW_WIDTH 800
-#define WINDOW_HEIGHT 600
+#define WINDOW_WIDTH 1280
+#define WINDOW_HEIGHT 720
#define TARGET_FPS 60
#define MAX_ENTITY_COUNT 500
#define ENTITY_MAX_ANIMATIONS 10
#define ANIMATION_MAX_FRAMES 4
-#define GRAVITY 14
+#define GRAVITY 200
#endif