mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Updated all UI module controls to utilize a more standard structure with stack controls instead of the GameMenu ctrls, as well as more standardization of gamepad input handling
15 lines
352 B
Plaintext
15 lines
352 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>
|