[gd_scene load_steps=6 format=3 uid="uid://dsq68sqy2ldjm"] [ext_resource type="Script" path="res://scripts/player.gd" id="1_l6xtg"] [ext_resource type="PackedScene" uid="uid://wmf2eu0uuhrg" path="res://addons/third-person-camera/third_person_camera/ThirdPersonCamera.tscn" id="1_stkca"] [sub_resource type="BoxShape3D" id="BoxShape3D_ibgtc"] size = Vector3(1, 2, 1) [sub_resource type="BoxMesh" id="BoxMesh_wkmld"] size = Vector3(1, 2, 1) [sub_resource type="BoxShape3D" id="BoxShape3D_eybym"] size = Vector3(1.28475, 2, 1) [node name="Player" type="CharacterBody3D"] collision_layer = 5 script = ExtResource("1_l6xtg") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) shape = SubResource("BoxShape3D_ibgtc") [node name="MeshInstance3D" type="MeshInstance3D" parent="CollisionShape3D"] mesh = SubResource("BoxMesh_wkmld") [node name="ThirdPersonCamera" parent="." instance=ExtResource("1_stkca")] distance_from_pivot = 5.0 pivot_offset = Vector2(0, 1) [node name="Picker" type="Area3D" parent="."] collision_layer = 10 collision_mask = 10 [node name="PickerBox" type="CollisionShape3D" parent="Picker"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, -1) shape = SubResource("BoxShape3D_eybym") [node name="Holder" type="Node3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 0)