mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 12:44:46 +00:00
Cleans up prototyping module to trim unneeded extra scripts and files Adds PlayerBot model to Prototyping module Adds metalGray material to Prototyping module Fixes issue where logic wasn't changed for forcing AB preview images to regenerate Removes unneeded legacy lines from editor template level Removes unneeded extra asset import config Disables terrain material name field from editing in terrain material editor for now to prevent bad behavior Adds mapTo line to newly created material asset definitions to ensure shapes doing mapTo lookups can properly utilize the materials
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
<ModuleDefinition
|
|
ModuleId="ExampleModule"
|
|
VersionId="1"
|
|
Group="Game"
|
|
scriptFile="ExampleModule.tscript"
|
|
CreateFunction="onCreate"
|
|
DestroyFunction="onDestroy">
|
|
<DeclaredAssets
|
|
Extension="asset.taml"
|
|
Recurse="true"/>
|
|
</ModuleDefinition>
|