aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);