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/howToPlayScreen.c | |
parent | af1c26fa866a290eeace75fdf4e0bac8b43e09c5 (diff) |
Finally added the end button lol
Diffstat (limited to 'src/screens/howToPlayScreen.c')
-rw-r--r-- | src/screens/howToPlayScreen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/howToPlayScreen.c b/src/screens/howToPlayScreen.c index ff6ccd2..80685cc 100644 --- a/src/screens/howToPlayScreen.c +++ b/src/screens/howToPlayScreen.c @@ -31,6 +31,7 @@ void updateHowToPlayScreen(Game * game) { " Shift to slow down the mouse and scroll wheel\n" " Ctrl to speed up the moues and scroll wheel\n" " Number key to change the camera view\n" + " e to end game\n" " Left click to shoot\n" " Right click to auto target\n" "Using auto target:\n" |