Spinebot Hi I am getting this error:
Invalid call. Nonexistent function 'get_data' in base 'SpineSprite (spine_sprite.gd)'.
I am not sure if I get this entirely, since the event is "Attack", would it be?:
Sprite.connect("Attack", self, "_on_animation_event")
Then in this function is track_index = 0 and event "Attack" again since that is the event and track on which I am playing all the animations on?:
func _on_animation_event(0, "Attack"):
When I do this I get this error:
Line 388:Expected parameter name.