Bladeren bron

Fixes new project to use title in game.config in windows.

setaylor 13 jaren geleden
bovenliggende
commit
88f76ecac9
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      gameplay-newproject.bat

+ 1 - 1
gameplay-newproject.bat

@@ -245,7 +245,7 @@ copy gameplay-template\icon.png %projPath%\icon.png
 
 
 REM Copy config
 REM Copy config
 copy gameplay-template\game.config %projPath%\game.config
 copy gameplay-template\game.config %projPath%\game.config
-call:replace %projPath%\game.config TEMPLATE_TITLE "%projName%"
+call:replace %projPath%\game.config TEMPLATE_TITLE "%title%"
 
 
 REM Open new project folder
 REM Open new project folder
 start %projPath%
 start %projPath%