mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
15 lines
152 B
Batchfile
15 lines
152 B
Batchfile
|
@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
|