Revert "set up clay ui + move gold rendering to clay"

This reverts commit cc71ee1286.
This commit is contained in:
2026-06-18 00:53:49 -07:00
parent 6b68ce3fa1
commit 0d3ae58b40
5 changed files with 5 additions and 146 deletions
+1
View File
@@ -5,5 +5,6 @@ render_world :: proc(world: ^World) {
render_enemies(world)
render_towers(world)
render_projectiles(world)
render_hud(world)
}