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

Fixes AnimatedSprite component when images are updated #441

Merged
merged 5 commits into from
Sep 1, 2023

Commits on Jun 14, 2023

  1. Fixes AnimatedSprite component when images are updated

    Currently, updating the image attribute does not update the actual
    textures on the animated sprite component.  My PR fixes this by
    checking to see if the images are distinct from the previous iteration,
    and actually updating them accordingly.
    LukeWood committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    737eca5 View commit details
    Browse the repository at this point in the history
  2. Add unit test

    LukeWood committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c24b089 View commit details
    Browse the repository at this point in the history
  3. Add unit test

    LukeWood committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    08156a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Update element spec

    LukeWood committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d41097d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Add unit test updates

    LukeWood committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    71036a3 View commit details
    Browse the repository at this point in the history