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,6 +1,6 @@
package game
build_path :: proc(world_map: ^World_Map, path: ^[dynamic]Vec2) {
build_path :: proc(world_map: ^Map, path: ^[dynamic]Vec2) {
clear(path)
for y in 0 ..< MAP_H {
for x in 0 ..< MAP_W {