mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 05:20:06 +01:00
Also converted the PNG files to lossless WebP and removed an unused .import file while I was at it. The rest of the changes were done automatically by the editor when I opened the files.
22 lines
647 B
Plaintext
22 lines
647 B
Plaintext
[gd_resource type="Environment" load_steps=4 format=3 uid="uid://odyhne6bhlsu"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://qdur4kpvvtdg" path="res://stage/panorama.webp" id="1"]
|
|
|
|
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_3qare"]
|
|
panorama = ExtResource("1")
|
|
|
|
[sub_resource type="Sky" id="Sky_qdkmq"]
|
|
sky_material = SubResource("PanoramaSkyMaterial_3qare")
|
|
|
|
[resource]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_qdkmq")
|
|
ambient_light_source = 2
|
|
ambient_light_color = Color(0.6, 0.6, 0.6, 1)
|
|
ambient_light_sky_contribution = 0.0
|
|
tonemap_mode = 2
|
|
tonemap_white = 6.0
|
|
fog_enabled = true
|
|
fog_density = 0.0015
|
|
fog_sky_affect = 0.0
|