23 lines
849 B
Plaintext
23 lines
849 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dsgumv1053wb2"]
|
|
|
|
[ext_resource type="Script" uid="uid://ccj8w85qobhpl" path="res://scripts/player.gd" id="1_3vyb7"]
|
|
[ext_resource type="Script" uid="uid://bs7pcycdeiwqx" path="res://scripts/player_camera.gd" id="2_g2els"]
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_u8vuu"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_u8vuu"]
|
|
|
|
[node name="Player" type="CharacterBody3D"]
|
|
script = ExtResource("1_3vyb7")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("CapsuleMesh_u8vuu")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("CapsuleShape3D_u8vuu")
|
|
|
|
[node name="Camera" type="Camera3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.560815, -0.298842)
|
|
current = true
|
|
script = ExtResource("2_g2els")
|