소스 검색

Update profiles.ed.tscript

marauder2k7 1 년 전
부모
커밋
66d8f0f55c
1개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. 4 5
      Templates/BaseGame/game/tools/gui/profiles.ed.tscript

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

@@ -947,11 +947,10 @@ singleton GuiControlProfile(GuiShaderEditorProfile : ToolsGuiDefaultProfile)
 {
    opaque = 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 )