Revert world object refactors

This commit is contained in:
2026-06-27 23:22:45 -07:00
parent 6bdb096e1b
commit 2a99d7ecf3
11 changed files with 72 additions and 99 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package game
render_world :: proc(world: ^World) {
render_map(&world.world_map.current_map)
render_map(world)
render_enemies(world)
render_towers(world)
render_placement_preview(world)