diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-03-12 01:35:15 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-03-12 01:35:15 +0100 |
| commit | aafdfa0734b7c5dcea9f0e914ef6c66852b9d3a7 (patch) | |
| tree | 8e20b2282b445d70d4069ecf5a62aaa02c5b0f29 /include/globals.h | |
| parent | ae6ac413632b427e31a26020a94864669af1ba10 (diff) | |
chore: use globals
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" |
