diff options
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants.h b/src/constants.h index 0c08dfd..e71c217 100644 --- a/src/constants.h +++ b/src/constants.h @@ -3,11 +3,12 @@ #define WINDOW_WIDTH 800 #define WINDOW_HEIGHT 600 -#define TARGET_FPS 144 +#define TARGET_FPS 60 #define MAX_ENTITY_COUNT 500 #define ENTITY_MAX_ANIMATIONS 10 #define ANIMATION_MAX_FRAMES 4 +#define GRAVITY 9.8 #endif |
