mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
30 lines
674 B
Plaintext
30 lines
674 B
Plaintext
|
|
//--- OBJECT WRITE BEGIN ---
|
||
|
|
new GuiControl(FrameOverlayGui) {
|
||
|
|
profile = "GuiModelessDialogProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "True";
|
||
|
|
setFirstResponder = "True";
|
||
|
|
modal = "false";
|
||
|
|
helpTag = "0";
|
||
|
|
bypassHideCursor = "1";
|
||
|
|
|
||
|
|
new GuiConsoleTextCtrl(TextOverlayControl) {
|
||
|
|
profile = "GuiTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "5 5";
|
||
|
|
extent = "15 18";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "True";
|
||
|
|
setFirstResponder = "True";
|
||
|
|
modal = "True";
|
||
|
|
helpTag = "0";
|
||
|
|
expression = "10";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
//--- OBJECT WRITE END ---
|