[gd_scene load_steps=7 format=3 uid="uid://ctyn64mt2gkxy"] [ext_resource type="Script" uid="uid://bj0fwxgsmjind" path="res://classes/gameplay/Player.gd" id="1_2ukws"] [ext_resource type="PackedScene" uid="uid://b56yghb2jno58" path="res://assets/phone/phone.tscn" id="2_rmplj"] [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_egrvp"] [sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_fm71h"] dof_blur_far_enabled = true dof_blur_far_distance = 100.0 dof_blur_amount = 0.01 [sub_resource type="CylinderShape3D" id="CylinderShape3D_k3ttt"] radius = 1.33 [sub_resource type="CapsuleMesh" id="CapsuleMesh_v37ys"] radius = 0.32 [node name="Player" type="CharacterBody3D" groups=["Player"]] script = ExtResource("1_2ukws") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) shape = SubResource("CapsuleShape3D_egrvp") [node name="Camera3D" type="Camera3D" parent="."] unique_name_in_owner = true transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.503, 0) cull_mask = 31 attributes = SubResource("CameraAttributesPractical_fm71h") [node name="TalkingArea" type="Area3D" parent="Camera3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.50328, -0.500345) [node name="CollisionShape3D" type="CollisionShape3D" parent="Camera3D/TalkingArea"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, -1.92691) shape = SubResource("CylinderShape3D_k3ttt") [node name="Phone" parent="Camera3D" instance=ExtResource("2_rmplj")] unique_name_in_owner = true transform = Transform3D(0.57848, -0.069925, 0.0925849, 0.0578608, 0.581952, 0.0780006, -0.100566, -0.0673979, 0.577446, -0.308159, -0.144811, -0.632834) visible = false [node name="MeshInstance3D" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) mesh = SubResource("CapsuleMesh_v37ys") [connection signal="body_entered" from="Camera3D/TalkingArea" to="." method="_on_talking_area_body_entered"] [connection signal="body_exited" from="Camera3D/TalkingArea" to="." method="_on_talking_area_body_exited"]