17 lines
525 B
Plaintext
17 lines
525 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://gg5ph541e4p3"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/player.gd" id="1_8d33x"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_2qx4s"]
|
|
height = 1.9
|
|
|
|
[node name="Player" type="CharacterBody3D"]
|
|
script = ExtResource("1_8d33x")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("CapsuleShape3D_2qx4s")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0)
|
|
current = true
|