Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: delayed animation start when switching to a new animation #67

Merged
merged 4 commits into from Jul 1, 2022

Commits on Jun 24, 2022

  1. Fix delayed animation start when switching to a new animation.

    The `SpriteSheetAnimationState` `update` function doesn't always update
    the sprite index to match the current frame index. When changing
    animations, this delays update of `sprite.index` until after the first
    frame duration has elapsed.
    
    To fix this, always update the sprite index to match the current frame.
    edwardvear committed Jun 24, 2022
    Copy the full SHA
    da81cf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Copy the full SHA
    04975dc View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. restore old tests

    jcornaz committed Jul 1, 2022
    Copy the full SHA
    2d1a10d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fa920fe View commit details
    Browse the repository at this point in the history