Fixed incorrect reference
This commit is contained in:
parent
885459f5d3
commit
ca7fa120ea
@ -88,6 +88,8 @@ autostart = true
|
|||||||
|
|
||||||
[node name="World" parent="." instance=ExtResource("13_sqmhj")]
|
[node name="World" parent="." instance=ExtResource("13_sqmhj")]
|
||||||
process_thread_group = 2
|
process_thread_group = 2
|
||||||
|
process_thread_group_order = 0
|
||||||
|
process_thread_messages = 0
|
||||||
|
|
||||||
[node name="Players" type="Node3D" parent="."]
|
[node name="Players" type="Node3D" parent="."]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
@ -14,6 +14,6 @@ func _enter_tree():
|
|||||||
state.current = StateComponent.State.Skill
|
state.current = StateComponent.State.Skill
|
||||||
|
|
||||||
func end():
|
func end():
|
||||||
animation.player.speed_scale = 1.0
|
animation.animations.speed_scale = 1.0
|
||||||
state.current = state.next_state()
|
state.current = state.next_state()
|
||||||
queue_free()
|
queue_free()
|
Loading…
Reference in New Issue
Block a user