diff options
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.h b/src/constants.h index 5fc959f..f16466e 100644 --- a/src/constants.h +++ b/src/constants.h @@ -3,12 +3,12 @@ #define WINDOW_WIDTH 1280 #define WINDOW_HEIGHT 640 -#define TARGET_FPS 144 +#define TARGET_FPS 120 #define MAX_ENTITY_COUNT 500 #define ENTITY_MAX_ANIMATIONS 10 #define ANIMATION_MAX_FRAMES 4 -#define GRAVITY 200 +#define GRAVITY 400 #endif |
