diff --git a/Templates/BaseGame/game/core/Core.module b/Templates/BaseGame/game/core/core.module similarity index 91% rename from Templates/BaseGame/game/core/Core.module rename to Templates/BaseGame/game/core/core.module index 81e086605..5318ce1f3 100644 --- a/Templates/BaseGame/game/core/Core.module +++ b/Templates/BaseGame/game/core/core.module @@ -2,7 +2,7 @@ ModuleId="CoreModule" VersionId="1" Description="Module that implements the core engine-level setup for the game." - ScriptFile="Core" + ScriptFile="core" CreateFunction="onCreate" DestroyFunction="onDestroy" Group="Core"/> \ No newline at end of file diff --git a/Templates/BaseGame/game/core/Core.tscript b/Templates/BaseGame/game/core/core.tscript similarity index 100% rename from Templates/BaseGame/game/core/Core.tscript rename to Templates/BaseGame/game/core/core.tscript diff --git a/Templates/BaseGame/game/tools/Tools.module b/Templates/BaseGame/game/tools/tools.module similarity index 94% rename from Templates/BaseGame/game/tools/Tools.module rename to Templates/BaseGame/game/tools/tools.module index 93dee7e7a..f680e3e03 100644 --- a/Templates/BaseGame/game/tools/Tools.module +++ b/Templates/BaseGame/game/tools/tools.module @@ -2,7 +2,7 @@ ModuleId="ToolsModule" VersionId="1" Description="Module that implements the tools and editor suite." - ScriptFile="Tools" + ScriptFile="tools" CreateFunction="onCreate" DestroyFunction="onDestroy" Group="Tools"> diff --git a/Templates/BaseGame/game/tools/Tools.tscript b/Templates/BaseGame/game/tools/tools.tscript similarity index 100% rename from Templates/BaseGame/game/tools/Tools.tscript rename to Templates/BaseGame/game/tools/tools.tscript