Initial commit

This commit is contained in:
Eagle517
2026-01-14 10:27:57 -06:00
commit c1576fee30
11290 changed files with 1552799 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
//--- OBJECT WRITE BEGIN ---
new GuiControl(DetailSceneGui) {
profile = "GuiModelessDialogProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "800 600";
minExtent = "8 2";
visible = "1";
helpTag = "0";
new GuiControl() {
profile = "GuiWindowProfile";
horizSizing = "left";
vertSizing = "top";
position = "587 464";
extent = "190 30";
minExtent = "8 2";
visible = "1";
helpTag = "0";
new GuiSliderCtrl(DetailSceneSlider) {
profile = "GuiSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "6 5";
extent = "178 21";
minExtent = "8 2";
visible = "1";
variable = "value";
altCommand = "OrcDetailScene.slider();";
range = "0.000000 1.000000";
ticks = "10";
value = "1";
helpTag = "0";
};
};
};
//--- OBJECT WRITE END ---