Revert "rename hud.odin to overlay.odin, add clay button to start wave"

This reverts commit d097e36419.
This commit is contained in:
2026-06-18 00:53:49 -07:00
parent d097e36419
commit 6b68ce3fa1
6 changed files with 57 additions and 102 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ ui_prepare_frame :: proc(world: ^World, dt: f32) {
clay.UpdateScrollContainers(false, {}, dt)
clay.BeginLayout()
build_overlay(world)
build_hud(world)
ui_render_commands = clay.EndLayout(dt)
}