Browse Source

Merge pull request #515 from Azaezel/alpha40/moduleUnmangle

partly address #502
Brian Roberts 4 years ago
parent
commit
8722d8bfd2

+ 1 - 1
Templates/BaseGame/game/core/Core.module → Templates/BaseGame/game/core/core.module

@@ -2,7 +2,7 @@
 	ModuleId="CoreModule"
 	ModuleId="CoreModule"
 	VersionId="1"
 	VersionId="1"
 	Description="Module that implements the core engine-level setup for the game."
 	Description="Module that implements the core engine-level setup for the game."
-	ScriptFile="Core"
+	ScriptFile="core"
 	CreateFunction="onCreate"
 	CreateFunction="onCreate"
 	DestroyFunction="onDestroy"
 	DestroyFunction="onDestroy"
 	Group="Core"/>
 	Group="Core"/>

+ 0 - 0
Templates/BaseGame/game/core/Core.tscript → Templates/BaseGame/game/core/core.tscript


+ 1 - 1
Templates/BaseGame/game/tools/Tools.module → Templates/BaseGame/game/tools/tools.module

@@ -2,7 +2,7 @@
 	ModuleId="ToolsModule"
 	ModuleId="ToolsModule"
 	VersionId="1"
 	VersionId="1"
 	Description="Module that implements the tools and editor suite."
 	Description="Module that implements the tools and editor suite."
-	ScriptFile="Tools"
+	ScriptFile="tools"
 	CreateFunction="onCreate"
 	CreateFunction="onCreate"
 	DestroyFunction="onDestroy"
 	DestroyFunction="onDestroy"
 	Group="Tools">
 	Group="Tools">

+ 0 - 0
Templates/BaseGame/game/tools/Tools.tscript → Templates/BaseGame/game/tools/tools.tscript