diff --git a/src/game/scenes/vs.c b/src/game/scenes/vs.c index af48bf32..98766c88 100644 --- a/src/game/scenes/vs.c +++ b/src/game/scenes/vs.c @@ -286,6 +286,12 @@ void vs_render(scene *scene) { // render plug's bitching font_render_wrapped(&font_small, "Hmph. you'd think this remake would've been done by now, huh?", 59, 165, 220, COLOR_YELLOW); + font_render_wrapped(&font_small, "FINANCIAL REPORT", 190, 6, 100, COLOR_GREEN); + font_render(&font_small, "WINNINGS:", 190, 16, COLOR_DARK_GREEN); + font_render(&font_small, "BONUSES:", 196, 24, COLOR_DARK_GREEN); + font_render(&font_small, "REPAIR COST:", 172, 32, COLOR_DARK_GREEN); + font_render(&font_small, "PROFIT:", 202, 40, COLOR_DARK_GREEN); + font_render_wrapped(&font_small, "FIGHT STATISTICS", 210, 60, 60, COLOR_GREEN); } else { font_render_wrapped(&font_small, lang_get(749 + (11 * player1->pilot->pilot_id) + player2->pilot->pilot_id), 59, 160, 150, COLOR_YELLOW);