From fd9fd453b3b9f6b7d5cefec5ca88d9c650d3fd41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 3 Mar 2026 08:26:53 +0100 Subject: [PATCH] Add help information for pause button. --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 16b5de4..6bd754e 100644 --- a/src/main.c +++ b/src/main.c @@ -35,6 +35,7 @@ const char *help = "LEFT/RIGHT - turn the ship\n" "UP/DOWN - accelerate/reverse accelerate\n" "R - reset the simulation\n" + "P - pause/unpause the simulation\n" "I - show/hide simulation information\n" "H - show/hide this help information\n" "Q/ESC - quit";