Remove Clay and associated changes

This commit is contained in:
2026-06-18 00:56:44 -07:00
committed by GitHub
parent d097e36419
commit c8d191e7c7
14 changed files with 32 additions and 819 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ render_world :: proc(world: ^World) {
render_enemies(world)
render_towers(world)
render_projectiles(world)
render_overlay(world)
render_hud(world)
}