From f3f5fedbf591c10fa675a32103bab9480b42abe8 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Tue, 18 Jul 2023 05:54:30 -0600 Subject: Bullet system added --- src/gameCommon.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gameCommon.h') 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 -- cgit v1.2.3