Starting refactor of tools, thank gosh
This commit is contained in:
@@ -6,9 +6,9 @@ from PyQt5.QtWidgets import (
|
||||
)
|
||||
from OpenGL.GL import *
|
||||
from OpenGL.GLU import *
|
||||
from editortool.maptool import MapWindow
|
||||
from editortool.langtool import LangToolWindow
|
||||
from editortool.cutscenetool import CutsceneToolWindow
|
||||
from tools.editortool.maptool import MapWindow
|
||||
from tools.editortool.langtool import LangToolWindow
|
||||
from tools.editortool.cutscenetool import CutsceneToolWindow
|
||||
|
||||
DEFAULT_TOOL = None
|
||||
DEFAULT_TOOL = "map"
|
||||
|
||||
Reference in New Issue
Block a user