diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 17:28:41 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 17:28:41 -0700 |
commit | 2fb4b9a9b8f1de6d22a356ad58cd6ebef15126c5 (patch) | |
tree | 29d0a51788deea1f35dd07904e02deb735e5ced6 /src/screens/infoScreen.h | |
parent | af1c26fa866a290eeace75fdf4e0bac8b43e09c5 (diff) |
Finally added the end button lol
Diffstat (limited to 'src/screens/infoScreen.h')
-rw-r--r-- | src/screens/infoScreen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screens/infoScreen.h b/src/screens/infoScreen.h index a84180c..f1a268f 100644 --- a/src/screens/infoScreen.h +++ b/src/screens/infoScreen.h @@ -26,6 +26,8 @@ typedef struct InfoScreen { Rectangle nextButton; Rectangle resetButton; + Vector2 controlsPosition; + Camera3D camera; float distances[ENTITY_USER_INFO_MSG_MAX]; |