Try load chunk data.
All checks were successful
Build Dusk / build-linux (push) Successful in 53s
Build Dusk / build-psp (push) Successful in 56s

This commit is contained in:
2025-11-16 15:02:18 -06:00
parent 750e8840f0
commit 9a59c22288
6 changed files with 129 additions and 12 deletions

View File

@@ -1,8 +1,5 @@
from dusk.event import Event
MAP_WIDTH = 5
MAP_HEIGHT = 5
MAP_DEPTH = 3
from editortool.map.mapdata import MAP_WIDTH, MAP_HEIGHT, MAP_DEPTH
class Map:
def __init__(self):