derkork / godot-statecharts

A state charts extension for Godot 4
MIT License
761 stars 39 forks source link

AnimationPlayerState animation_name is ignored #15

Closed folt-a closed 1 year ago

folt-a commented 1 year ago

addons/godot_state_charts/animation_player_state.gd

animation_name property is never used.

I expected this comment

## The name of the animation that should be played when this state is entered.
## When this is empty, the name of this state will be used.
@export var animation_name: StringName = ""