Added Player base and Bible doc
parent
a7057f368c
commit
96bbd92706
@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://b4cs2vjtp17lu"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_6ufux"]
|
||||
|
||||
[node name="Player" type="Node3D"]
|
||||
|
||||
[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")
|
Binary file not shown.
Loading…
Reference in New Issue