diff options
Diffstat (limited to 'include/globals.h')
| -rw-r--r-- | include/globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/globals.h b/include/globals.h new file mode 100644 index 0000000..bcb7d57 --- /dev/null +++ b/include/globals.h @@ -0,0 +1,4 @@ +#define SCREEN_HEIGHT 1080 +#define SCREEN_WIDTH 1920 +#define TARGET_FPS 280 +#define GAME_NAME "Dungeons" |
