mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
Merge branch 'ModernEditorLayoutWIP' of https://github.com/Areloch/Torque3D into development
This commit is contained in:
commit
3697737498
148 changed files with 3463 additions and 547 deletions
8
Templates/BaseGame/game/tools/Tools.module
Normal file
8
Templates/BaseGame/game/tools/Tools.module
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<ModuleDefinition
|
||||
ModuleId="ToolsModule"
|
||||
VersionId="1"
|
||||
Description="Module that implements the tools and editor suite."
|
||||
ScriptFile="Tools.cs"
|
||||
CreateFunction="onCreate"
|
||||
DestroyFunction="onDestroy"
|
||||
Group="Tools"/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue