mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Initial WIP of the Modern Editor Layout
This commit is contained in:
parent
87efea9683
commit
81dcac1190
63 changed files with 1082 additions and 0 deletions
8
Templates/Full/game/tools/Tools.module
Normal file
8
Templates/Full/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