diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-05 00:07:55 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-05 00:07:55 -0600 |
commit | 451887dabd71b6b9b8cdf2587fee31ec59c3675b (patch) | |
tree | 0129a76d755c222dd62cd418f184ed1c7254aa79 /src/gameCommon.h | |
parent | f45d32ca36a0ae85410b3eee61120fa97bf9bd25 (diff) |
Started working on cool stars
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r-- | src/gameCommon.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) |