From e7973e2f48ba7a43b61d7fff076591208fbba11c Mon Sep 17 00:00:00 2001 From: Christoffer Sundbom Date: Fri, 18 Oct 2024 08:51:54 +0200 Subject: [PATCH] Update node_3d_editor_plugin.cpp --- editor/plugins/node_3d_editor_plugin.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/plugins/node_3d_editor_plugin.cpp b/editor/plugins/node_3d_editor_plugin.cpp index 9c3bcb9af15d..fa8211ce81e3 100644 --- a/editor/plugins/node_3d_editor_plugin.cpp +++ b/editor/plugins/node_3d_editor_plugin.cpp @@ -8412,9 +8412,9 @@ void Node3DEditor::_load_default_preview_settings() { sun_angle_altitude->set_value(-Math::rad_to_deg(sun_rotation.x)); sun_angle_azimuth->set_value(180.0 - Math::rad_to_deg(sun_rotation.y)); sun_direction->queue_redraw(); - environ_sky_color->set_pick_color(Color(0.155, 0.151, 0.236)); - environ_hz_color->set_pick_color(Color(0.155, 0.151, 0.236)); - environ_ground_color->set_pick_color(Color(0.155, 0.151, 0.236)); + environ_sky_color->set_pick_color(Color(0.141, 0.289, 0.447)); + environ_hz_color->set_pick_color(Color(0.447, 0.443, 0.612)); + environ_ground_color->set_pick_color(Color(0.333, 0.333, 0.333)); environ_energy->set_value(1.0); if (OS::get_singleton()->get_current_rendering_method() != "gl_compatibility") { environ_glow_button->set_pressed(true);