mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Added BG alpha/opacity slider to ConsoleDlg
function was already there so just made use of it with a slider
This commit is contained in:
parent
b62ea8c701
commit
e4e98d87cb
1 changed files with 24 additions and 1 deletions
|
|
@ -140,6 +140,29 @@
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
canSaveDynamicFields = "0";
|
canSaveDynamicFields = "0";
|
||||||
};
|
};
|
||||||
|
new GuiSliderCtrl(ConsoleDlgBgAlphaSlider) {
|
||||||
|
range = "0 1";
|
||||||
|
ticks = "10";
|
||||||
|
snap = "0";
|
||||||
|
value = "0.930233";
|
||||||
|
useFillBar = "0";
|
||||||
|
fillBarColor = "255 255 255 255";
|
||||||
|
renderTicks = "1";
|
||||||
|
position = "361 4";
|
||||||
|
extent = "106 14";
|
||||||
|
minExtent = "8 2";
|
||||||
|
horizSizing = "right";
|
||||||
|
vertSizing = "bottom";
|
||||||
|
profile = "GuiSliderProfile";
|
||||||
|
visible = "1";
|
||||||
|
active = "1";
|
||||||
|
command = "ConsoleDlg::setalpha(ConsoleDlgBgAlphaSlider, ConsoleDlgBgAlphaSlider.value);";
|
||||||
|
tooltipProfile = "GuiToolTipProfile";
|
||||||
|
hovertime = "1000";
|
||||||
|
isContainer = "0";
|
||||||
|
canSave = "1";
|
||||||
|
canSaveDynamicFields = "0";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
new GuiScrollCtrl() {
|
new GuiScrollCtrl() {
|
||||||
willFirstRespond = "1";
|
willFirstRespond = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue