Finally merged map asset and map tool
Some checks failed
Build Dusk / build-linux (push) Failing after 39s
Build Dusk / build-psp (push) Failing after 54s

This commit is contained in:
2025-11-19 20:25:25 -06:00
parent 8740c2b165
commit 51a1077fda
7 changed files with 94 additions and 134 deletions

View File

@@ -1,7 +1,7 @@
import os
from PyQt5.QtWidgets import QAction, QMenuBar, QFileDialog
from PyQt5.QtGui import QKeySequence
from editortool.map.map import MAP_DEFAULT_PATH
from dusk.map import MAP_DEFAULT_PATH
class MapMenubar:
def __init__(self, parent):