Skip to content

Commit

Permalink
game: vs - Add financial report
Browse files Browse the repository at this point in the history
  • Loading branch information
mrannanj committed Jun 30, 2024
1 parent 733aae7 commit eeb0f3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/game/scenes/vs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit eeb0f3d

Please sign in to comment.