add a start wave button

This commit is contained in:
2026-06-18 01:31:06 -07:00
parent d44e9501f5
commit 54b10f000b
4 changed files with 32 additions and 1 deletions
+3
View File
@@ -26,3 +26,6 @@ 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}