rename player state machine
This commit is contained in:
parent
253844755b
commit
da0b1bcff4
1 changed files with 3 additions and 3 deletions
|
|
@ -16,16 +16,16 @@ motion_mode = 1
|
|||
script = ExtResource("1_dovo2")
|
||||
max_speed = 95.0
|
||||
|
||||
[node name="StateMachine" type="Node" parent="." node_paths=PackedStringArray("initial_state")]
|
||||
[node name="PlayerStateMachine" type="Node" parent="." node_paths=PackedStringArray("initial_state")]
|
||||
script = ExtResource("2_lvxji")
|
||||
initial_state = NodePath("Idle")
|
||||
metadata/_custom_type_script = "uid://diths5s8vd7lr"
|
||||
|
||||
[node name="Idle" type="Node" parent="StateMachine"]
|
||||
[node name="Idle" type="Node" parent="PlayerStateMachine"]
|
||||
script = ExtResource("3_p47bc")
|
||||
metadata/_custom_type_script = "uid://bebe1y51hwns8"
|
||||
|
||||
[node name="Walking" type="Node" parent="StateMachine"]
|
||||
[node name="Walking" type="Node" parent="PlayerStateMachine"]
|
||||
script = ExtResource("4_p47bc")
|
||||
metadata/_custom_type_script = "uid://bebe1y51hwns8"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue