Abt to cutscene
Some checks failed
Build Dusk / build-linux (push) Failing after 6m26s
Build Dusk / build-psp (push) Failing after 1m1s

This commit is contained in:
2025-11-25 08:45:12 -06:00
parent fe0529d021
commit 538079880d
4 changed files with 95 additions and 14 deletions

View File

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