highlight all of the cost text

This commit is contained in:
2025-02-04 12:30:12 -06:00
parent 673de75c73
commit cf79392762

View File

@@ -244,6 +244,7 @@ bool handle_shop_event(location p, cFramerateLimiter& fps_limiter) {
// the same offsets to event catching areas. // the same offsets to event catching areas.
rectangle active_rect { shopping_rects[i][SHOPRECT_ACTIVE_AREA] }; rectangle active_rect { shopping_rects[i][SHOPRECT_ACTIVE_AREA] };
rectangle visual_rect { active_rect }; rectangle visual_rect { active_rect };
visual_rect.right += 10;
active_rect.offset(talk_gword_offset_x, talk_gword_offset_y); active_rect.offset(talk_gword_offset_x, talk_gword_offset_y);
rectangle item_help_rect { shopping_rects[i][SHOPRECT_ITEM_HELP] }; rectangle item_help_rect { shopping_rects[i][SHOPRECT_ITEM_HELP] };