Fix emulator compilation and crash, and implement Monopoly payment modal

This commit is contained in:
Adolfo Reyna
2026-02-06 23:13:32 -05:00
parent 75e17fb26b
commit 64f61759d7
10 changed files with 309 additions and 66 deletions

View File

@@ -104,10 +104,10 @@ public:
char move_buf[64];
if (from_tile && to_tile) {
snprintf(move_buf, sizeof(move_buf), "FROM: %s", from_tile->name);
renderer->draw_string_scaled(ix + 10, info_y, move_buf, 1);
info_y += 12;
renderer->draw_string_scaled(ix + 10, info_y, move_buf, 2);
info_y += 24;
snprintf(move_buf, sizeof(move_buf), "TO: %s", to_tile->name);
renderer->draw_string_scaled(ix + 10, info_y, move_buf, 1);
renderer->draw_string_scaled(ix + 10, info_y, move_buf, 2);
}
// Button