About to draw chunk
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user