Merge pull request #515 from Azaezel/alpha40/moduleUnmangle

partly address #502
This commit is contained in:
Brian Roberts 2021-07-28 13:31:10 -05:00 committed by GitHub
commit 8722d8bfd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View file

@ -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"/>

View file

@ -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">