mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
43 lines
1 KiB
Plaintext
43 lines
1 KiB
Plaintext
//--- OBJECT WRITE BEGIN ---
|
|
$guiContent = new GameTSCtrl(VerveCinematicGui) {
|
|
canSaveDynamicFields = "1";
|
|
Enabled = "1";
|
|
isContainer = "1";
|
|
Profile = "GuiContentProfile";
|
|
HorizSizing = "right";
|
|
VertSizing = "bottom";
|
|
position = "0 0";
|
|
Extent = "1024 768";
|
|
MinExtent = "8 8";
|
|
canSave = "1";
|
|
Visible = "1";
|
|
tooltipprofile = "GuiToolTipProfile";
|
|
hovertime = "1000";
|
|
Margin = "0 0 0 0";
|
|
Padding = "0 0 0 0";
|
|
AnchorTop = "1";
|
|
AnchorBottom = "0";
|
|
AnchorLeft = "1";
|
|
AnchorRight = "0";
|
|
cameraZRot = "0";
|
|
forceFOV = "0";
|
|
helpTag = "0";
|
|
noCursor = "1";
|
|
|
|
new VFadeControl( VFadeControlGui ) {
|
|
canSaveDynamicFields = "0";
|
|
Enabled = "1";
|
|
isContainer = "0";
|
|
Profile = "GuiTransparentProfile";
|
|
HorizSizing = "width";
|
|
VertSizing = "height";
|
|
position = "0 0";
|
|
Extent = "1024 768";
|
|
MinExtent = "8 8";
|
|
canSave = "1";
|
|
Visible = "1";
|
|
tooltipprofile = "GuiToolTipProfile";
|
|
hovertime = "1000";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END --- |