mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
Adds some example components, game objects and the tools and scripts to utilize them.
This commit is contained in:
parent
7bf49f0670
commit
6fe0b1789d
32 changed files with 1812 additions and 0 deletions
13
Templates/Full/game/scripts/scripts.module.taml
Normal file
13
Templates/Full/game/scripts/scripts.module.taml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<ModuleDefinition
|
||||
ModuleId="Scripts"
|
||||
VersionId="1"
|
||||
Description="Default module for the Full template game assets."
|
||||
ScriptFile=""
|
||||
CreateFunction="create"
|
||||
DestroyFunction="destroy"
|
||||
Group="Game"
|
||||
Dependencies="">
|
||||
<DeclaredAssets
|
||||
Extension="asset.taml"
|
||||
Recurse="true"/>
|
||||
</ModuleDefinition>
|
||||
Loading…
Add table
Add a link
Reference in a new issue