Fixed incorrect reference

This commit is contained in:
Eduard Urbach 2024-02-26 23:55:30 +01:00
parent 885459f5d3
commit ca7fa120ea
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
2 changed files with 3 additions and 1 deletions

View File

@ -88,6 +88,8 @@ autostart = true
[node name="World" parent="." instance=ExtResource("13_sqmhj")]
process_thread_group = 2
process_thread_group_order = 0
process_thread_messages = 0
[node name="Players" type="Node3D" parent="."]
unique_name_in_owner = true

View File

@ -14,6 +14,6 @@ func _enter_tree():
state.current = StateComponent.State.Skill
func end():
animation.player.speed_scale = 1.0
animation.animations.speed_scale = 1.0
state.current = state.next_state()
queue_free()