first go at a control panel, not fancy
This commit is contained in:
+8
-2
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user