From b99e5b1d2c6ccef7e9a714d2d4bcef050b99ff01 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 4 Jan 2022 14:41:22 +0100 Subject: start menu and retry --- src/window.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/window.hpp') 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 -- cgit v1.2.3