19 lines
581 B
Text
19 lines
581 B
Text
|
[gd_scene load_steps=3 format=3 uid="uid://b78y8nhrad6ag"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scripts/Player.gd" id="1_ady3x"]
|
||
|
|
||
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_568l5"]
|
||
|
|
||
|
[node name="Player" type="RigidBody3D"]
|
||
|
lock_rotation = true
|
||
|
linear_damp = 3.0
|
||
|
script = ExtResource("1_ady3x")
|
||
|
|
||
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||
|
shape = SubResource("CapsuleShape3D_568l5")
|
||
|
|
||
|
[node name="Head" type="Node3D" parent="."]
|
||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0)
|
||
|
|
||
|
[node name="Camera3D" type="Camera3D" parent="Head"]
|