From 2fb4b9a9b8f1de6d22a356ad58cd6ebef15126c5 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Fri, 22 Dec 2023 17:28:41 -0700 Subject: Finally added the end button lol --- src/screens/howToPlayScreen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/screens/howToPlayScreen.c') 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" -- cgit v1.2.3