From 2a3b0c6057d913d931d5db361b004c89e78d0385 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Fri, 16 Feb 2024 10:31:41 -0700 Subject: Animation working --- 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 fd6f999..c46671c 100644 --- a/src/gameCommon.h +++ b/src/gameCommon.h @@ -5,8 +5,8 @@ #include #include -#define WINDOW_WIDTH 640 -#define WINDOW_HEIGHT 480 +#define WINDOW_WIDTH 1280 +#define WINDOW_HEIGHT 720 #ifndef GAME_COMMON_H #define GAME_COMMON_H -- cgit v1.2.3