22 lines
806 B
Plaintext
22 lines
806 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c74354tlmcg6h"]
|
|
|
|
[ext_resource type="Script" path="res://script/player.gd" id="1_kjuyr"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_d8bnp"]
|
|
|
|
[node name="CharacterBody3D" type="CharacterBody3D" node_paths=PackedStringArray("head")]
|
|
script = ExtResource("1_kjuyr")
|
|
SENSI = 0.002
|
|
head = NodePath("head")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("CapsuleShape3D_d8bnp")
|
|
|
|
[node name="head" type="Node3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.65, 0)
|
|
|
|
[node name="point_dir" type="Node3D" parent="head"]
|
|
transform = Transform3D(1, 7.81702e-05, -0.000170007, -7.81212e-05, 1, 0.000294683, 0.000170029, -0.00029467, 1, 0, 0, -1)
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="head"]
|