toontown-just-works/dev/tools/gui/start-gui-editor.bat

15 lines
152 B
Batchfile
Raw Normal View History

2024-07-07 23:08:39 +00:00
@echo off
cd ../../../
title GUI Editor
set GUI=
:main
"C:\Panda3D-1.10.0\python\ppython.exe" "dev/tools/gui/EditorStart.py"
echo.
echo.
goto main