mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Update profiles.ed.tscript
This commit is contained in:
parent
155dfe0c69
commit
66d8f0f55c
1 changed files with 4 additions and 5 deletions
|
|
@ -947,11 +947,10 @@ singleton GuiControlProfile(GuiShaderEditorProfile : ToolsGuiDefaultProfile)
|
||||||
{
|
{
|
||||||
opaque = true;
|
opaque = true;
|
||||||
canKeyFocus = true;
|
canKeyFocus = true;
|
||||||
};
|
border = true;
|
||||||
|
borderColor = "128 128 128 128";
|
||||||
singleton GuiControlProfile(ShaderNodeProfile : ToolsGuiDefaultProfile)
|
borderColorHL = "128 128 0";
|
||||||
{
|
borderColorSEL = "128 0 128 128";
|
||||||
opaque = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
singleton GuiControlProfile( GuiControlListPopupProfile )
|
singleton GuiControlProfile( GuiControlListPopupProfile )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue