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 sprite fallback issues #2551

Merged
merged 1 commit into from
Jul 21, 2023

Commits on Jul 21, 2023

  1. Fix sprite fallback issues

    Previously, missing ".sprite" files, when attempted to be loaded, would immeditately close the game, due to throwing fatal errors.
    The issue is now fixed. Such errors are caught, and the fallback/dummy texture takes the sprite's place.
    
    Other than ".sprite" file load errors being caught, single-image sprites also throw an error, when the chosen image fails to load.
    
    `MovingSprite`s now return to their default sprite, if a custom-set sprite fails to load.
    Vankata453 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3328e60 View commit details
    Browse the repository at this point in the history