aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameCommon.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-02-21 03:37:40 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-02-21 03:37:40 +0000
commit76aa6ea16db1bfee36f86f461ea8487c60296973 (patch)
tree19d7cb2cc58b73364d90120bd7f63973a716f38c /src/gameCommon.h
parent8ff25c1e8951304ff5c125e05a8fa044a198ef72 (diff)
downloadPenguinYippies-76aa6ea16db1bfee36f86f461ea8487c60296973.tar.gz
PenguinYippies-76aa6ea16db1bfee36f86f461ea8487c60296973.tar.bz2
PenguinYippies-76aa6ea16db1bfee36f86f461ea8487c60296973.zip
Button panel
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 ceca8b8..1a9edea 100644
--- a/src/gameCommon.h
+++ b/src/gameCommon.h
@@ -6,8 +6,8 @@
#include <raylib.h>
#include <raymath.h>
-#define WINDOW_WIDTH 1280
-#define WINDOW_HEIGHT 720
+#define WINDOW_WIDTH 1366
+#define WINDOW_HEIGHT 768
#ifndef GAME_COMMON_H
#define GAME_COMMON_H