From ba522d0b6e8172d2d9f0ee107fbb2d6499380847 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Wed, 21 Feb 2024 10:42:07 -0700 Subject: Working on resizing thingy --- src/gameCommon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gameCommon.h') diff --git a/src/gameCommon.h b/src/gameCommon.h index 1a9edea..ceca8b8 100644 --- a/src/gameCommon.h +++ b/src/gameCommon.h @@ -6,8 +6,8 @@ #include #include -#define WINDOW_WIDTH 1366 -#define WINDOW_HEIGHT 768 +#define WINDOW_WIDTH 1280 +#define WINDOW_HEIGHT 720 #ifndef GAME_COMMON_H #define GAME_COMMON_H -- cgit v1.2.3