first go at a control panel, not fancy

This commit is contained in:
2026-06-19 01:49:04 -07:00
parent 2d8cc5d1d7
commit 433ac4152b
6 changed files with 95 additions and 49 deletions
+1
View File
@@ -19,6 +19,7 @@ run :: proc() {
render_world(&world)
render_overlay(&world)
render_controls(&world)
rl.EndDrawing()
}