aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameCommon.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-02-16 17:31:41 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-02-16 17:31:41 +0000
commit2a3b0c6057d913d931d5db361b004c89e78d0385 (patch)
tree89524e8030f126381b4346169919d7cda3287250 /src/gameCommon.h
parent12b80da7f61df440a6e3252012436fb0baebe073 (diff)
downloadPenguinYippies-2a3b0c6057d913d931d5db361b004c89e78d0385.tar.gz
PenguinYippies-2a3b0c6057d913d931d5db361b004c89e78d0385.tar.bz2
PenguinYippies-2a3b0c6057d913d931d5db361b004c89e78d0385.zip
Animation working
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 fd6f999..c46671c 100644
--- a/src/gameCommon.h
+++ b/src/gameCommon.h
@@ -5,8 +5,8 @@
#include <raylib.h>
#include <raymath.h>
-#define WINDOW_WIDTH 640
-#define WINDOW_HEIGHT 480
+#define WINDOW_WIDTH 1280
+#define WINDOW_HEIGHT 720
#ifndef GAME_COMMON_H
#define GAME_COMMON_H