About to draw chunk
All checks were successful
Build Dusk / build-linux (push) Successful in 1m5s
Build Dusk / build-psp (push) Successful in 1m5s

This commit is contained in:
2025-11-16 09:11:58 -06:00
parent be422d0a1e
commit 7c194ab4b4
10 changed files with 221 additions and 100 deletions

View File

@@ -9,7 +9,8 @@ from OpenGL.GLU import *
from editortool.maptool import MapWindow
from editortool.langtool import LangToolWindow
DEFAULT_TOOL = None # Set to "map" or "language" to auto-select for testing
# DEFAULT_TOOL = None
DEFAULT_TOOL = "map"
TOOLS = [
("Map Editor", "map", MapWindow),