Finally ready to merge the two tool codebases
This commit is contained in:
@@ -46,7 +46,6 @@ class Map:
|
||||
traceback.print_exc()
|
||||
|
||||
def updateEditorConfig(self):
|
||||
print("Updating editor config...")
|
||||
try:
|
||||
mapFileName = self.getMapFilename()
|
||||
config = {
|
||||
@@ -136,4 +135,8 @@ class Map:
|
||||
self.position[0] + x,
|
||||
self.position[1] + y,
|
||||
self.position[2] + z
|
||||
)
|
||||
)
|
||||
|
||||
def draw(self):
|
||||
for chunk in self.chunks.values():
|
||||
chunk.draw()
|
||||
Reference in New Issue
Block a user