mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Adds sanity check to editing of gameasset script action in asset browser Updates module template file Updates visualizers Fixes checking of popup menu items Adds stub for TerrainMaterialAsset
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
//--- OBJECT WRITE BEGIN ---
|
|
%guiContent = new GuiControl(ExampleGUI)
|
|
{
|
|
position = "0 0";
|
|
extent = "100 100";
|
|
};
|
|
//--- OBJECT WRITE END ---
|