chore: regenerate lighting in volunteer room, and fixup collider on interactables.
This commit is contained in:
parent
f2a2c13e65
commit
c19b395d98
Binary file not shown.
|
|
@ -207,6 +207,9 @@ unique_name_in_owner = true
|
|||
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 2.2023005, 0, 0.7319784)
|
||||
initial_pitch = 0.0
|
||||
|
||||
[node name="Camera3D" parent="PlayerController/Yaw/Pitch/Mount" index="0"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1.0000006, 0, 0, 0, 1.0000006, 0, 0.38172483, -0.05718814)
|
||||
|
||||
[node name="volunteer_room" parent="." instance=ExtResource("1_ln5pp")]
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="volunteer_room"]
|
||||
|
|
@ -226,7 +229,7 @@ shape = SubResource("CapsuleShape3D_2fihi")
|
|||
[node name="Collectables" type="Node3D" parent="."]
|
||||
|
||||
[node name="KitchenInteractable" parent="Collectables" instance=ExtResource("5_my8p4")]
|
||||
transform = Transform3D(-0.999999, 0, 8.742269e-08, 0, 1, 0, -8.742269e-08, 0, -0.999999, 3.46201, 1.8257881, -4.097006)
|
||||
transform = Transform3D(0.999999, 0, 0, 0, 1, 0, 0, 0, 0.999999, 0.8310573, 1.0068259, -2.7083611)
|
||||
interaction = ExtResource("12_6rb4d")
|
||||
|
||||
[node name="BurnoutInteractable" parent="Collectables" instance=ExtResource("5_my8p4")]
|
||||
|
|
@ -274,6 +277,7 @@ billboard = false
|
|||
|
||||
[node name="VoxelGI" type="VoxelGI" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.08276367, 1.3269348, 0.05317688)
|
||||
subdiv = 3
|
||||
size = Vector3(6.132324, 2.9212036, 12.054474)
|
||||
data = ExtResource("8_fli74")
|
||||
|
||||
|
|
@ -408,3 +412,5 @@ script = SubResource("GDScript_ri8p0")
|
|||
environment = SubResource("Environment_pdgua")
|
||||
camera_attributes = SubResource("CameraAttributesPractical_0bxa6")
|
||||
script = SubResource("GDScript_3k3rl")
|
||||
|
||||
[editable path="PlayerController"]
|
||||
|
|
|
|||
|
|
@ -7,8 +7,7 @@
|
|||
[ext_resource type="FontFile" uid="uid://qalmecrbkxyp" path="res://import/fonts/icon.ttf" id="5_wl31y"]
|
||||
[ext_resource type="PackedScene" uid="uid://bdnesuqroi7ss" path="res://vfx/collectable_particles.tscn" id="6_a6wx8"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ih54h"]
|
||||
height = 1.1483154
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_ih54h"]
|
||||
|
||||
[node name="Interactable" type="Area3D" groups=["interactables"]]
|
||||
collision_layer = 16
|
||||
|
|
@ -17,8 +16,8 @@ script = ExtResource("1_ih54h")
|
|||
metadata/_custom_type_script = "uid://bp6s7vhdd6btk"
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(-4.371139e-08, -1, 0, 1, -4.371139e-08, 0, 0, 0, 1, -0.2727661, -1.1922985e-08, 0)
|
||||
shape = SubResource("CapsuleShape3D_ih54h")
|
||||
transform = Transform3D(-4.371139e-08, -1, 0, 1, -4.371139e-08, 0, 0, 0, 1, 0, 0, 0)
|
||||
shape = SubResource("SphereShape3D_ih54h")
|
||||
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
||||
light_energy = 0.01
|
||||
|
|
|
|||
Loading…
Reference in New Issue