From 32792bb121ea2bb1a96eca821061a3a9b13a6a78 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Mon, 6 May 2024 18:57:31 -0600 Subject: Shooter mini game works --- src/shooterScreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shooterScreen.c') diff --git a/src/shooterScreen.c b/src/shooterScreen.c index d9daaa8..91e3b11 100644 --- a/src/shooterScreen.c +++ b/src/shooterScreen.c @@ -246,7 +246,7 @@ void drawUIShooterScreen(ShooterScreen* shooterScreen, Game* game) size_t bufSize = 100; char buf[bufSize]; - snprintf(buf, bufSize, "Time playing: %d\nPenguins still awake: %d", + snprintf(buf, bufSize, "They are sleeping not dead (:\nTime playing: %d\nPenguins still awake: %d", (int)(GetTime() - shooterScreen->startTime), SHOOTER_PENGUIN_COUNT - shooterScreen->killCount); -- cgit v1.2.3