Procházet zdrojové kódy

Update profiles.ed.tscript

marauder2k7 před 1 rokem
rodič
revize
66d8f0f55c

+ 4 - 5
Templates/BaseGame/game/tools/gui/profiles.ed.tscript

@@ -947,11 +947,10 @@ singleton GuiControlProfile(GuiShaderEditorProfile : ToolsGuiDefaultProfile)
 {
 {
    opaque = true;
    opaque = true;
    canKeyFocus = true;
    canKeyFocus = true;
-};
-
-singleton GuiControlProfile(ShaderNodeProfile : ToolsGuiDefaultProfile)
-{
-   opaque = true;
+   border = true;
+   borderColor = "128 128 128 128";
+   borderColorHL = "128 128 0";
+   borderColorSEL = "128 0 128 128";
 };
 };
 
 
 singleton GuiControlProfile( GuiControlListPopupProfile )
 singleton GuiControlProfile( GuiControlListPopupProfile )