Tweak text colours to be less blindingly bright and closer to the original Mac BoE

This commit is contained in:
2020-02-01 19:53:23 -05:00
parent 5675ab8c71
commit 3e686cb908
10 changed files with 50 additions and 33 deletions

View File

@@ -274,7 +274,7 @@ void frame_active_pc(location center) {
active_pc_rect.right = 46 + where_draw.x * 28;
active_pc_rect.offset(14,2);
frame_roundrect(mainPtr, active_pc_rect, 8, sf::Color::Magenta);
frame_roundrect(mainPtr, active_pc_rect, 8, Colours::PINK);
}
void draw_pcs(location center) {