Torque3D/Templates/BaseGame/game/data/ExampleModule/GUIs/ExampleGUI.gui
Jeff Hutchinson 6f7fdca87d lotsa fixes.
2021-05-04 21:18:15 -04:00

8 lines
146 B
Plaintext

//--- OBJECT WRITE BEGIN ---
$guiContent = new GuiControl(ExampleGUI)
{
position = "0 0";
extent = "100 100";
};
//--- OBJECT WRITE END ---