Starting refactor of tools, thank gosh
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from PyQt5.QtWidgets import QWidget, QVBoxLayout, QGridLayout, QPushButton, QTabWidget, QLabel
|
||||
from editortool.map.chunkpanel import ChunkPanel
|
||||
from editortool.map.entitypanel import EntityPanel
|
||||
from editortool.map.regionpanel import RegionPanel
|
||||
from tools.editortool.map.chunkpanel import ChunkPanel
|
||||
from tools.editortool.map.entitypanel import EntityPanel
|
||||
from tools.editortool.map.regionpanel import RegionPanel
|
||||
|
||||
class MapLeftPanel(QWidget):
|
||||
def __init__(self, parent):
|
||||
|
||||
Reference in New Issue
Block a user