Trying to find entity editor bug
Some checks failed
Build Dusk / build-linux (push) Failing after 41s
Build Dusk / build-psp (push) Failing after 1m1s

This commit is contained in:
2025-11-24 13:13:49 -06:00
parent f9006a90d5
commit 01cbfaae95
9 changed files with 1059 additions and 12 deletions

View File

@@ -36,6 +36,7 @@ class Chunk:
self.x = newX
self.y = newY
self.z = newZ
self.entities = {}
for tile in self.tiles.values():
tile.chunkReload(newX, newY, newZ)
self.load()