Added new settings
This commit is contained in:
@ -1,19 +1,18 @@
|
||||
[gd_resource type="Environment" load_steps=3 format=3 uid="uid://dixa0yso2s1u3"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_4vcsp"]
|
||||
sky_horizon_color = Color(0.647059, 0.654902, 0.670588, 1)
|
||||
ground_bottom_color = Color(0.647059, 0.654902, 0.670588, 1)
|
||||
[ext_resource type="Material" uid="uid://bki5jtbipsnfn" path="res://world/ProceduralSkyMaterial.tres" id="1_68jth"]
|
||||
|
||||
[sub_resource type="Sky" id="Sky_bq3yo"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_4vcsp")
|
||||
[sub_resource type="Sky" id="Sky_2vfia"]
|
||||
sky_material = ExtResource("1_68jth")
|
||||
|
||||
[resource]
|
||||
background_mode = 2
|
||||
background_color = Color(0.317647, 0.541176, 0.713726, 1)
|
||||
sky = SubResource("Sky_bq3yo")
|
||||
sky = SubResource("Sky_2vfia")
|
||||
ambient_light_source = 3
|
||||
ambient_light_sky_contribution = 0.9
|
||||
reflected_light_source = 2
|
||||
tonemap_mode = 2
|
||||
tonemap_mode = 3
|
||||
glow_enabled = true
|
||||
glow_bloom = 0.2
|
||||
adjustment_enabled = true
|
||||
|
Reference in New Issue
Block a user