mirror of
https://github.com/godotengine/godot-tests.git
synced 2025-12-31 13:48:10 +03:00
13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
[gd_resource type="Environment" load_steps=3 format=3 uid="uid://bj04gu1po5r2s"]
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="1"]
|
|
sky_top_color = Color(1, 1, 1, 1)
|
|
sky_horizon_color = Color(1, 1, 1, 1)
|
|
|
|
[sub_resource type="Sky" id="2"]
|
|
sky_material = SubResource("1")
|
|
|
|
[resource]
|
|
background_mode = 2
|
|
sky = SubResource("2")
|