Basically entity editing done
Some checks failed
Build Dusk / build-linux (push) Failing after 43s
Build Dusk / build-psp (push) Failing after 49s

This commit is contained in:
2025-11-22 11:56:08 -06:00
parent 03218ce20f
commit 7daeaee6b5
10 changed files with 118 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ class MapWindow(QMainWindow):
# Window setup
self.setWindowTitle("Dusk Map Editor")
self.resize(1280, 720)
self.resize(1600, 900)
# Menubar (TESTING)
self.menubar = MapMenubar(self)
@@ -38,7 +38,7 @@ class MapWindow(QMainWindow):
# Left panel (tabs + nav buttons)
self.leftPanel = MapLeftPanel(self)
self.leftPanel.setFixedWidth(250)
self.leftPanel.setFixedWidth(350)
mainLayout.addWidget(self.leftPanel)
# Center panel (GLWidget + controls)