mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-25 06:15:36 +00:00
followup: readd, and rename the module.ScriptFile entries to thier lower case
This commit is contained in:
parent
2090d85aa3
commit
817f01ff92
4 changed files with 134 additions and 0 deletions
14
Templates/BaseGame/game/tools/tools.module
Normal file
14
Templates/BaseGame/game/tools/tools.module
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<ModuleDefinition
|
||||
ModuleId="ToolsModule"
|
||||
VersionId="1"
|
||||
Description="Module that implements the tools and editor suite."
|
||||
ScriptFile="tools"
|
||||
CreateFunction="onCreate"
|
||||
DestroyFunction="onDestroy"
|
||||
Group="Tools">
|
||||
<DeclaredAssets
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
Extension="asset.taml"
|
||||
Recurse="true" />
|
||||
</ModuleDefinition>
|
||||
Loading…
Add table
Add a link
Reference in a new issue