Update template with latest tools; Add install batch file for easy usage with VSCode addon

This commit is contained in:
Jaby
2023-04-22 15:45:07 +02:00
committed by Jaby
parent 725d2f7bb2
commit 7a076c39be
8 changed files with 56 additions and 28 deletions

6
template/install.bat Normal file
View File

@@ -0,0 +1,6 @@
echo off
set dst_name=JabyEngine-PSX_Game
set dst="%APPDATA%\Code\User\ProjectTemplates\%dst_name%"
mkdir %dst%
xcopy /s %dst_name% %dst%