2023-08-19 12:27:23 -06:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://7utef1nnena8"]
|
2023-08-18 20:59:38 -06:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Player.gd" id="1_7gpdp"]
|
2023-08-19 12:27:23 -06:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bgoo1lbt28na" path="res://Models/grape_man.tscn" id="2_hg0av"]
|
2023-08-18 20:59:38 -06:00
|
|
|
|
2023-08-19 12:27:23 -06:00
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_kb4ms"]
|
2023-08-18 20:59:38 -06:00
|
|
|
|
|
|
|
[node name="Player" type="CharacterBody3D"]
|
|
|
|
script = ExtResource("1_7gpdp")
|
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
2023-08-19 12:27:23 -06:00
|
|
|
shape = SubResource("CapsuleShape3D_kb4ms")
|
2023-08-18 20:59:38 -06:00
|
|
|
|
2023-08-19 12:27:23 -06:00
|
|
|
[node name="grape_man" parent="." instance=ExtResource("2_hg0av")]
|
2023-08-18 20:59:38 -06:00
|
|
|
|
2023-08-18 21:27:39 -06:00
|
|
|
[node name="CameraMount" type="Node3D" parent="."]
|
2023-08-19 12:27:23 -06:00
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.3, 0)
|
2023-08-18 21:27:39 -06:00
|
|
|
|
|
|
|
[node name="PlayerCam" type="Camera3D" parent="CameraMount"]
|
2023-08-19 12:27:23 -06:00
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1.39043)
|
|
|
|
current = true
|
2023-08-19 11:51:06 -06:00
|
|
|
fov = 50.0
|
2023-08-19 15:42:56 -06:00
|
|
|
|
|
|
|
[connection signal="anim_check_grab" from="grape_man" to="." method="_on_grape_man_anim_check_grab"]
|