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 _slice9 == [] #256

Merged
merged 3 commits into from
Oct 16, 2023
Merged

fix _slice9 == [] #256

merged 3 commits into from
Oct 16, 2023

Commits on Oct 4, 2023

  1. fix _slice9 == []

    [] == [] is false, because arrays
    i simply changed `_slice9 == []` to `_slice9.length != 4` which would achieve the intended purpose, i think
    Nintbros authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    176b149 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. warn if given invalid 9slice array

    how can you do this with only 1 conditional again
    Nintbros authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    7f1d094 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Update flixel/addons/ui/FlxUI9SliceSprite.hx

    Co-authored-by: George Kurelic <[email protected]>
    Nintbros and Geokureli authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    1f3fff1 View commit details
    Browse the repository at this point in the history