mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
* [UI Module] BugFix: Change module directory name to uppercase for matching the declared module name in its module file for asset tree browsing to work correctly on case sensitive systems.
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
<ModuleDefinition
|
|
ModuleId="UI"
|
|
VersionId="1"
|
|
Description="Module that implements the menus for the game."
|
|
ScriptFile="UI"
|
|
CreateFunction="onCreate"
|
|
DestroyFunction="onDestroy"
|
|
Group="Game">
|
|
<DeclaredAssets
|
|
canSave="true"
|
|
canSaveDynamicFields="true"
|
|
Extension="asset.taml"
|
|
Recurse="true" />
|
|
</ModuleDefinition> |