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

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