Try load chunk data.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user