diff options
author | quou <quou@disroot.org> | 2024-10-12 00:23:18 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-10-12 00:23:18 +1100 |
commit | 774886b75966a57169bfea04f004b109bba0c750 (patch) | |
tree | 2a7d53384254b7b7a361060c56438fd9ba1f4602 | |
parent | 24b72170d34cee515398f206f087bfeafc7b6b55 (diff) |
change win text
-rw-r--r-- | game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |