diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 14:41:22 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 14:41:22 +0100 |
commit | b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01 (patch) | |
tree | f5c5dd1b839568bd13ab9a94b81dd04bcfcc3649 /src/window.hpp | |
parent | shooting is fun hahahahahaha (diff) | |
download | threshold-b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01.tar.gz threshold-b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01.tar.bz2 threshold-b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01.tar.xz threshold-b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01.tar.zst threshold-b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01.zip |
start menu and retry
Diffstat (limited to 'src/window.hpp')
-rw-r--r-- | src/window.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.hpp b/src/window.hpp index 82abd2a..74fd3ec 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -5,8 +5,8 @@ int initWindow(void); -#define SCREENWIDTH 800 -#define SCREENHEIGHT 450 +#define SCREENWIDTH 1600 +#define SCREENHEIGHT 900 typedef enum gameState { TITLE = 0, GAMEPLAY, ENDING |