refactor map
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user