freezeframe is never set to last animation frame #506
Labels
bug
This issue describes undesirable, incorrect, or unexpected behavior
good first issue
good for people new to open source and Excalibur
Milestone
After the animation plays, the current drawing for that actor disappears. The same behavior occurs for
getAnimationForAll()
,getAnimationBetween
, andgetAnimationByIndices()
. In fact, it does not appear thatfreezeframe
is ever set other than when it is initialized as '-1'. According to the documentation, the defaultfreezeframe
for an animation should be the last frame of the animation.The current workaround is to manually set the
freezeframe
for each animation.The text was updated successfully, but these errors were encountered: