From 774886b75966a57169bfea04f004b109bba0c750 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 12 Oct 2024 00:23:18 +1100 Subject: change win text --- game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.c b/game.c index d9cb85c..b14a5c1 100644 --- a/game.c +++ b/game.c @@ -276,7 +276,7 @@ void ren_state(const Game* g, Game_State s, Renderer* r) { case game_state_outro: { char buf[32]; int x = 228; - ren_text(r, 200, 100, "You win!"); + ren_text(r, 200, 100, "YOU REACHED THE TOP!"); ren_text(r, 200, 105, "Kills: "); int_to_buf(g->kills, buf); ren_text(r, x, 105, buf); -- cgit v1.2.3-54-g00ecf