Add material project file
Add material resources for work-in-progress concrete with puddles.
This commit is contained in:
parent
d460a7ca93
commit
d03cc272be
7 changed files with 50 additions and 10 deletions
|
|
@ -1,13 +1,27 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://b827xc3j75sb6"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://b827xc3j75sb6"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cg7gvce3y7ca0" path="res://img/sky.hdr" id="1_y7k74"]
|
||||
|
||||
[sub_resource type="Theme" id="Theme_1d1pm"]
|
||||
|
||||
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_oyqm6"]
|
||||
panorama = ExtResource("1_y7k74")
|
||||
|
||||
[sub_resource type="Sky" id="Sky_70g61"]
|
||||
sky_material = SubResource("PanoramaSkyMaterial_oyqm6")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_kpexm"]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_70g61")
|
||||
|
||||
[node name="Node3D" type="Node3D"]
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="Camera3D"]
|
||||
|
||||
[node name="ParallaxBackground" type="ParallaxBackground" parent="Camera3D/CanvasLayer"]
|
||||
|
||||
[node name="Disclaimer" type="Label" parent="Camera3D/CanvasLayer"]
|
||||
offset_right = 1151.0
|
||||
offset_bottom = 650.0
|
||||
|
|
@ -122,3 +136,6 @@ grow_vertical = 0
|
|||
text = "Information SVG here for copyright notices."
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="Camera3D"]
|
||||
environment = SubResource("Environment_kpexm")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue