diff options
| -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);  |