소스 검색

fix overdark default sun ambient setting

AzaezelX 8 달 전
부모
커밋
87024fe53a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Templates/BaseGame/game/tools/worldEditor/gui/objectBuilderGui.ed.gui

+ 1 - 1
Templates/BaseGame/game/tools/worldEditor/gui/objectBuilderGui.ed.gui

@@ -1236,7 +1236,7 @@ function ObjectBuilderGui::buildSun( %this, %dontWarnAboutScatterSky )
 
    %this.addField("direction", "TypeVector", "Direction", "1 1 -1");
    %this.addField("color", "TypeColor", "Sun color", "0.8 0.8 0.8");
-   %this.addField("ambient", "TypeColor", "Ambient color", "0.2 0.2 0.2");   
+   %this.addField("ambient", "TypeColor", "Ambient color", "0.5 0.5 0.5");   
 
    %this.process();