aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-12 00:23:18 +1100
committerquou <quou@disroot.org>2024-10-12 00:23:18 +1100
commit774886b75966a57169bfea04f004b109bba0c750 (patch)
tree2a7d53384254b7b7a361060c56438fd9ba1f4602
parent24b72170d34cee515398f206f087bfeafc7b6b55 (diff)
change win text
-rw-r--r--game.c2
1 files changed, 1 insertions, 1 deletions
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);