mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
f024e9b7a6
The OTPDialog needs to be fixed k
16 lines
No EOL
183 B
Batchfile
16 lines
No EOL
183 B
Batchfile
@echo off
|
|
|
|
cd ../../../
|
|
|
|
title GUI Editor
|
|
set GUI=
|
|
|
|
:main
|
|
|
|
set /P GUI="File: %gui%"
|
|
"C:\Panda3D-1.10.0\python\ppython.exe" "dev/tools/gui/EditorStart.py" %GUI%
|
|
|
|
echo.
|
|
echo.
|
|
|
|
goto main |