changing lava lamp scene to correct one ...
This commit is contained in:
parent
8c029f0684
commit
964c24dcea
|
|
@ -20,7 +20,7 @@
|
|||
[ext_resource type="Texture2D" uid="uid://d005qvnbnishb" path="res://import/interface-elements/cursor_grab.png" id="13_lqj71"]
|
||||
[ext_resource type="PackedScene" uid="uid://brk4hjdf2x81a" path="res://logic-scenes/card_picker/card_picker.tscn" id="19_a4n1o"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://bfc3d4g40n0wy" path="res://logic-scenes/collectable/import/old-mask.res" id="19_jr2bb"]
|
||||
[ext_resource type="PackedScene" uid="uid://bigr0lnen1xdh" path="res://dev-util/testing.tscn" id="20_k2657"]
|
||||
[ext_resource type="PackedScene" uid="uid://bigr0lnen1xdh" path="res://base-environments/youth_room/lava-lamp.tscn" id="21_0k2gr"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_kcdrx"]
|
||||
sky_top_color = Color(0, 0, 1, 1)
|
||||
|
|
@ -1276,17 +1276,18 @@ light_specular = 0.0
|
|||
omni_range = 0.457129
|
||||
omni_attenuation = 0.659754
|
||||
|
||||
[node name="Node3D" parent="." instance=ExtResource("20_k2657")]
|
||||
transform = Transform3D(0.488743, 0, -0.872428, 0, 1, 0, 0.872428, 0, 0.488743, 3.1041, 1.15956, 2.21157)
|
||||
[node name="Lava-metal" parent="." instance=ExtResource("21_0k2gr")]
|
||||
transform = Transform3D(0.488743, 0, -0.872428, 0, 1, 0, 0.872428, 0, 0.488743, 3.1041, 0.962981, 2.21157)
|
||||
skeleton = NodePath("")
|
||||
|
||||
[node name="ReflectionProbe" type="ReflectionProbe" parent="Node3D"]
|
||||
transform = Transform3D(0.866853, 0, -0.498563, 0, 1, 0, 0.498563, 0, 0.866853, -0.0356357, -0.154967, 0.020328)
|
||||
[node name="ReflectionProbe" type="ReflectionProbe" parent="Lava-metal"]
|
||||
transform = Transform3D(0.866853, 0, -0.498563, 0, 1, 0, 0.498563, 0, 0.866853, -0.0356357, 0.0416123, 0.020328)
|
||||
max_distance = 7.0
|
||||
size = Vector3(2, 2, 2)
|
||||
interior = true
|
||||
|
||||
[node name="OmniLight3D" type="SpotLight3D" parent="Node3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0.0113046, 0.00242448, -0.00212491)
|
||||
[node name="OmniLight3D" type="SpotLight3D" parent="Lava-metal"]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0.0113046, 0.199004, -0.00212491)
|
||||
light_color = Color(0.282353, 0.45098, 0.258824, 1)
|
||||
light_energy = 1.5
|
||||
light_size = 0.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue