mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-29 09:00:59 +00:00
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> |