partly address #502
@@ -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"/>
ModuleId="ToolsModule"
Description="Module that implements the tools and editor suite."
- ScriptFile="Tools"
+ ScriptFile="tools"
Group="Tools">