graphics update: forest level
This commit is contained in:
parent
c0aed38065
commit
4afec6386c
6 changed files with 39 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://w4h8ip754qnb"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://6nfv4ewj3jop"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_clvpw"]
|
||||
sky_top_color = Color(0, 0.504542, 0.579919, 1)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://dfvuxfxc6ooya"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://dfvuxfxc6ooya"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://w4h8ip754qnb" path="res://levels/forest/environment.tscn" id="1_7clrg"]
|
||||
[ext_resource type="PackedScene" uid="uid://6nfv4ewj3jop" path="res://levels/forest/environment.tscn" id="1_7clrg"]
|
||||
[ext_resource type="Script" uid="uid://w3fetao1pegm" path="res://levels/level.gd" id="1_fdxcj"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnnvwotv33u1b" path="res://elements/player.tscn" id="2_mjogx"]
|
||||
[ext_resource type="PackedScene" uid="uid://cakmsiye3hjfe" path="res://levels/forest/music.tscn" id="3_n1xsx"]
|
||||
|
@ -8,11 +8,37 @@
|
|||
[ext_resource type="PackedScene" uid="uid://da6lkdiskdh8v" path="res://elements/tree.tscn" id="6_1e514"]
|
||||
[ext_resource type="PackedScene" uid="uid://c77bli40240nk" path="res://elements/sign.tscn" id="6_ifogr"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_grcut"]
|
||||
sky_top_color = Color(0, 0.504542, 0.579919, 1)
|
||||
sky_horizon_color = Color(9.62615e-08, 0.776269, 0.496436, 1)
|
||||
sky_curve = 0.219613
|
||||
ground_bottom_color = Color(0.078119, 0.275869, 4.81308e-08, 1)
|
||||
ground_horizon_color = Color(0.300489, 0.406247, 0.0024617, 1)
|
||||
sun_angle_max = 224.83
|
||||
sun_curve = 0.212132
|
||||
|
||||
[sub_resource type="Sky" id="Sky_gxmta"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_grcut")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_y3whn"]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_gxmta")
|
||||
sky_rotation = Vector3(0.0872665, 0.698132, 0.0872665)
|
||||
ambient_light_source = 3
|
||||
ambient_light_color = Color(1, 1, 1, 1)
|
||||
reflected_light_source = 2
|
||||
|
||||
[node name="Forest" type="Node3D"]
|
||||
script = ExtResource("1_fdxcj")
|
||||
metadata/name = "Forest"
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(-0.920505, 0.195366, -0.338383, 0, 0.866025, 0.5, 0.390731, 0.460252, -0.797181, 0, 0, 0)
|
||||
shadow_enabled = true
|
||||
directional_shadow_mode = 0
|
||||
|
||||
[node name="Environment" parent="." instance=ExtResource("1_7clrg")]
|
||||
environment = SubResource("Environment_y3whn")
|
||||
|
||||
[node name="Music" parent="." instance=ExtResource("3_n1xsx")]
|
||||
|
||||
|
@ -110,7 +136,7 @@ transform = Transform3D(-49.1471, 0, -9.19585, 0, 50, 0, 9.19585, 0, -49.1471, -
|
|||
transform = Transform3D(-28.781, 0, 40.8859, 0, 50, 0, -40.8859, 0, -28.781, -460.677, -329.892, 361.614)
|
||||
|
||||
[node name="Tree28" parent="Trees" instance=ExtResource("6_1e514")]
|
||||
transform = Transform3D(-28.781, 0, 40.8859, 0, 50, 0, -40.8859, 0, -28.781, -643.482, -296.989, 101.924)
|
||||
transform = Transform3D(-28.781, 0, 40.8859, 0, 50, 0, -40.8859, 0, -28.781, -643.482, -296.989, 139.279)
|
||||
|
||||
[node name="Tree29" parent="Trees" instance=ExtResource("6_1e514")]
|
||||
transform = Transform3D(-29.5106, 0, 40.3624, 0, 50, 0, -40.3624, 0, -29.5106, -418.092, -296.989, 136.2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue