mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
|
|
//--- OBJECT WRITE BEGIN ---
|
||
|
|
new GuiChunkedBitmapCtrl(LaunchGui) {
|
||
|
|
profile = "GuiContentProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
variable = "$ShellBackground";
|
||
|
|
helpTag = "0";
|
||
|
|
useVariable = "1";
|
||
|
|
};
|
||
|
|
//--- OBJECT WRITE END ---
|