feat: added player body class
This commit is contained in:
parent
bdcf5f81a1
commit
07d69bf55e
7 changed files with 159 additions and 1 deletions
17
project/objects/player.tscn
Normal file
17
project/objects/player.tscn
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[gd_scene format=3 uid="uid://8t87iy0t0igo"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_bxedw"]
|
||||
radius = 0.6972656
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_eqqp1"]
|
||||
|
||||
[node name="Player" type="PlayerBody" unique_id=591139793]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=1143027860]
|
||||
shape = SubResource("CapsuleShape3D_bxedw")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=1058685291]
|
||||
mesh = SubResource("CapsuleMesh_eqqp1")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="." unique_id=1911777954]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.3841858e-07, 0.95835394, 3.1808815)
|
||||
Loading…
Add table
Add a link
Reference in a new issue