refactor map

This commit is contained in:
2026-06-27 00:32:42 -07:00
parent bfc39201e1
commit 28165ed399
8 changed files with 25 additions and 21 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package game
render_world :: proc(world: ^World) {
render_map(world)
render_map(&world.world_map.current_map)
render_enemies(world)
render_towers(world)
render_placement_preview(world)