SlimeoosOdyssey/godot/Level/World/world_environment.tscn

25 lines
888 B
Plaintext
Raw Normal View History

2023-08-19 22:37:52 -06:00
[gd_scene load_steps=5 format=3 uid="uid://b35w4hlh4n1jt"]
[ext_resource type="Texture2D" uid="uid://b53s6847b8ata" path="res://Textures/sunsetgradient.jpg" id="1_6dx4j"]
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_0nggy"]
panorama = ExtResource("1_6dx4j")
[sub_resource type="Sky" id="Sky_xyk6p"]
sky_material = SubResource("PanoramaSkyMaterial_0nggy")
2023-08-19 10:45:09 -06:00
[sub_resource type="Environment" id="Environment_cxd2l"]
2023-08-19 22:37:52 -06:00
background_mode = 2
2023-08-19 23:10:30 -06:00
background_color = Color(0.733333, 0.317647, 0, 1)
2023-08-19 22:37:52 -06:00
sky = SubResource("Sky_xyk6p")
2023-08-19 10:45:09 -06:00
ambient_light_source = 2
2023-08-19 22:37:52 -06:00
ambient_light_color = Color(0.988235, 0.752941, 0.580392, 1)
2023-08-19 23:10:30 -06:00
ambient_light_energy = 0.01
2023-08-19 22:37:52 -06:00
fog_light_color = Color(0.670588, 0.333333, 0.129412, 1)
fog_sun_scatter = 0.25
fog_sky_affect = 0.0
volumetric_fog_sky_affect = 0.0
2023-08-19 10:45:09 -06:00
[node name="WorldEnvironment" type="WorldEnvironment"]
environment = SubResource("Environment_cxd2l")