diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-06 21:14:58 -0700 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-06 21:14:58 -0700 |
commit | c28b9fdb3c15248604d38717a03e98c78ac88961 (patch) | |
tree | adf29a1c533d0217403c37e2590028e7fa892586 /src/gameScreen.h | |
parent | 4ca42bd3b6a55ee92cdf1af0f3137ab815f0375d (diff) |
Added kill log
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r-- | src/gameScreen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h index e23156f..6cf95de 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -20,6 +20,7 @@ typedef struct GameScreen { Vector2 infoTextPosition; Vector2 targetInfoPosition; + Vector2 killLogPosition; Gyroscope gyroscope; Radar radar; |