mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 12:44:46 +00:00
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 ---
|