default_env.tres (498B)
1 [gd_resource type="Environment" load_steps=2 format=2] 2 3 [sub_resource type="ProceduralSky" id=1] 4 sky_top_color = Color( 0, 0, 0.509804, 1 ) 5 sky_horizon_color = Color( 0.482353, 0.482353, 1, 1 ) 6 sky_curve = 0.0682071 7 ground_bottom_color = Color( 0.819608, 0.529412, 0, 1 ) 8 ground_horizon_color = Color( 0.482353, 0.482353, 1, 1 ) 9 ground_curve = 0.139288 10 11 [resource] 12 background_mode = 2 13 background_sky = SubResource( 1 ) 14 ambient_light_color = Color( 1, 1, 1, 1 ) 15 ambient_light_sky_contribution = 0.5