feat: rethought behaviour separation and states
This commit is contained in:
parent
54a887dbf3
commit
c3ff41e1e6
12 changed files with 274 additions and 68 deletions
16
project/objects/player_character.tscn
Normal file
16
project/objects/player_character.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene format=3 uid="uid://dcqd0wo5y5a1g"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_vcg8s"]
|
||||
|
||||
[sub_resource type="CylinderMesh" id="CylinderMesh_5kd2n"]
|
||||
|
||||
[node name="PlayerCharacter" type="PlayerCharacter" unique_id=1435471129]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=511026275]
|
||||
shape = SubResource("CapsuleShape3D_vcg8s")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=957221075]
|
||||
mesh = SubResource("CylinderMesh_5kd2n")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="." unique_id=932811285]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.90373915, 0.42808357, 0, -0.42808357, 0.90373915, 0, 2.1840205, 3.7269862)
|
||||
Loading…
Add table
Add a link
Reference in a new issue