A bit of some clean up, API unifying, and some performance tweaks.

This commit is contained in:
Zed A. Shaw 2024-11-22 23:12:18 -05:00
parent a4926bedcb
commit fb1fd9d8bc
8 changed files with 72 additions and 42 deletions

View file

@ -24,6 +24,7 @@ struct Panel {
bool must_clear = true;
bool grid = false;
sf::Color default_bg = color::BLACK;
sf::Color default_fg = color::LIGHT_LIGHT;
sf::Color border_color = color::MID;
int border_px = UI_PANEL_BORDER_PX;