From 87024fe53a635a9b39e5fa38f2b37d0bc91af062 Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Wed, 8 Jan 2025 18:18:07 -0600 Subject: [PATCH] fix overdark default sun ambient setting --- .../BaseGame/game/tools/worldEditor/gui/objectBuilderGui.ed.gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/BaseGame/game/tools/worldEditor/gui/objectBuilderGui.ed.gui b/Templates/BaseGame/game/tools/worldEditor/gui/objectBuilderGui.ed.gui index 94d8510e4..5b605c839 100644 --- a/Templates/BaseGame/game/tools/worldEditor/gui/objectBuilderGui.ed.gui +++ b/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();