first go at a control panel, not fancy

This commit is contained in:
2026-06-19 01:49:04 -07:00
parent 2d8cc5d1d7
commit 433ac4152b
6 changed files with 95 additions and 49 deletions
+8 -2
View File
@@ -26,6 +26,12 @@ OVERLAY_BAR_COLOR :: rl.Color{20, 24, 20, 200}
OVERLAY_GOLD_COLOR :: rl.Color{255, 215, 80, 255}
OVERLAY_TEXT_COLOR :: rl.Color{240, 240, 230, 255}
OVERLAY_BUTTON_COLOR :: rl.Color{60, 120, 60, 255}
OVERLAY_BUTTON_HOVER :: rl.Color{80, 150, 80, 255}
CONTROL_BAR_H :: 40
CONTROL_BAR_BG :: rl.Color{30, 55, 30, 220}
CONTROL_BUTTON_COLOR :: rl.Color{60, 120, 60, 255}
CONTROL_BUTTON_HOVER :: rl.Color{60, 150, 60, 255}
CONTROLS_SHOP_IDLE :: rl.Color{45, 75, 45, 255}
CONTROL_SHOP_SELECTED :: rl.Color{70, 110, 70, 255}
CONTROLS_SHOP_HOVER :: rl.Color{90, 130, 90, 255}