Region editor
Some checks failed
Build Dusk / build-linux (push) Failing after 51s
Build Dusk / build-psp (push) Failing after 55s

This commit is contained in:
2025-11-28 08:48:42 -06:00
parent 538079880d
commit b01c0d37b0
9 changed files with 188 additions and 5 deletions

View File

@@ -11,8 +11,8 @@ from editortool.langtool import LangToolWindow
from editortool.cutscenetool import CutsceneToolWindow
DEFAULT_TOOL = None
# DEFAULT_TOOL = "map"
DEFAULT_TOOL = "cutscene"
DEFAULT_TOOL = "map"
# DEFAULT_TOOL = "cutscene"
TOOLS = [
("Map Editor", "map", MapWindow),