16 lines
662 B
Text
16 lines
662 B
Text
[gd_scene load_steps=3 format=3 uid="uid://blonrlqpw1gqr"]
|
|
|
|
[ext_resource type="Script" uid="uid://c1ojbknjgowvd" path="res://scripts/Player.cs" id="1_72ieh"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_fp3wc"]
|
|
|
|
[node name="CharacterBody3D" type="CharacterBody3D" node_paths=PackedStringArray("Camera")]
|
|
script = ExtResource("1_72ieh")
|
|
Camera = NodePath("Camera3D")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
|
shape = SubResource("CapsuleShape3D_fp3wc")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0)
|