aboutsummaryrefslogtreecommitdiff
path: root/src/gameCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r--src/gameCommon.h4
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)