From 451887dabd71b6b9b8cdf2587fee31ec59c3675b Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sun, 5 Nov 2023 00:07:55 -0600 Subject: Started working on cool stars --- 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 0186e35..2c655e3 100644 --- a/src/gameCommon.h +++ b/src/gameCommon.h @@ -25,8 +25,8 @@ typedef struct Entity Entity; // How far from center you can go. #define GAME_BOUNDS 1000.0 -#define WINDOW_WIDTH 960 -#define WINDOW_HEIGHT 540 +#define WINDOW_WIDTH 1280 +#define WINDOW_HEIGHT 720 // Memory management. #define KF_MALLOC(size) malloc(size) -- cgit v1.2.3