You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
649 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://b4cs2vjtp17lu"]
[ext_resource type="Script" path="res://Entities/Player/player.gd" id="1_xmnrq"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_6ufux"]
[node name="Player" type="Node3D"]
script = ExtResource("1_xmnrq")
[node name="Camera" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.73802, 0)
fov = 85.0
[node name="CharacterBody" type="CharacterBody3D" parent="."]
[node name="CollisionShape" type="CollisionShape3D" parent="CharacterBody"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.00526, 0)
shape = SubResource("CapsuleShape3D_6ufux")