Integrate thematic sprites and improve Monopoly UI
This commit is contained in:
@@ -112,7 +112,7 @@ public:
|
||||
int btn_y = iy + ih - 35;
|
||||
renderer->draw_filled_rectangle(btn_x, btn_y, btn_w, btn_h, true, 1);
|
||||
renderer->set_text_color(false);
|
||||
renderer->draw_string_scaled(btn_x + 5, btn_y + 5, ">B CONTINUE", 2);
|
||||
renderer->draw_string_scaled(btn_x + 5, btn_y + 5, "> CONTINUE", 2);
|
||||
renderer->set_text_color(true);
|
||||
}
|
||||
bool is_dismissed() const { return dismissed; }
|
||||
|
||||
Reference in New Issue
Block a user