aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameCommon.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-02-21 17:42:07 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-02-21 17:42:07 +0000
commitba522d0b6e8172d2d9f0ee107fbb2d6499380847 (patch)
tree7727c315be6e02261bd3a55a6c25901f2d327963 /src/gameCommon.h
parentecb467030530f54dfcf530132c4cd7194dc0f484 (diff)
downloadPenguinYippies-ba522d0b6e8172d2d9f0ee107fbb2d6499380847.tar.gz
PenguinYippies-ba522d0b6e8172d2d9f0ee107fbb2d6499380847.tar.bz2
PenguinYippies-ba522d0b6e8172d2d9f0ee107fbb2d6499380847.zip
Working on resizing thingy
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 1a9edea..ceca8b8 100644
--- a/src/gameCommon.h
+++ b/src/gameCommon.h
@@ -6,8 +6,8 @@
#include <raylib.h>
#include <raymath.h>
-#define WINDOW_WIDTH 1366
-#define WINDOW_HEIGHT 768
+#define WINDOW_WIDTH 1280
+#define WINDOW_HEIGHT 720
#ifndef GAME_COMMON_H
#define GAME_COMMON_H