Additional fixes for new project scripts
@@ -245,7 +245,7 @@ copy gameplay-template\icon.png %projPath%\icon.png
REM Copy 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
start %projPath%
@@ -11,7 +11,6 @@ material box
// uniforms
u_worldViewProjectionMatrix = WORLD_VIEW_PROJECTION_MATRIX
u_inverseTransposeWorldViewMatrix = INVERSE_TRANSPOSE_WORLD_VIEW_MATRIX
- u_ambientColor = 0.2, 0.2, 0.2
u_diffuseColor = 1.0, 1.0, 1.0, 1.0
// render state