aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.hpp
diff options
context:
space:
mode:
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