aboutsummaryrefslogtreecommitdiff
path: root/src/gameCommon.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-07-18 05:54:30 -0600
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-07-18 05:54:30 -0600
commitf3f5fedbf591c10fa675a32103bab9480b42abe8 (patch)
tree54b46a23279cc45091393762c0d01b9c3637b729 /src/gameCommon.h
parent77a06748f9f394486cad833e2ca351e8dbcc7361 (diff)
Bullet system added
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r--src/gameCommon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gameCommon.h b/src/gameCommon.h
index 08ce5fe..4c22664 100644
--- a/src/gameCommon.h
+++ b/src/gameCommon.h
@@ -19,6 +19,9 @@
typedef struct Game Game;
typedef struct Entity Entity;
+// How far from center you can go.
+#define GAME_BOUNDS 1000.0
+
#define WINDOW_WIDTH 960
#define WINDOW_HEIGHT 540