aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-04 14:41:22 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-04 14:41:22 +0100
commitb99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01 (patch)
treef5c5dd1b839568bd13ab9a94b81dd04bcfcc3649 /src/window.hpp
parentshooting is fun hahahahahaha (diff)
downloadthreshold-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 '')
-rw-r--r--src/window.hpp4
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