24 lines
869 B
Plaintext
24 lines
869 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cg3pg0myfkjde"]
|
|
|
|
[ext_resource type="Script" uid="uid://vlk8e0u0u555" path="res://player_controller.gd" id="1_4flbx"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_onrkg"]
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_i3pqv"]
|
|
|
|
[node name="Player" type="CharacterBody3D"]
|
|
script = ExtResource("1_4flbx")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
|
shape = SubResource("CapsuleShape3D_onrkg")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
|
mesh = SubResource("CapsuleMesh_i3pqv")
|
|
|
|
[node name="CameraPivot" type="Node3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.4, 0)
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="CameraPivot"]
|