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

Remove _layerOrder and just store sprites in-order #210

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    be66ffa View commit details
    Browse the repository at this point in the history
  2. Add todo for _layerOrder

    adroitwhiz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e114094 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f8e928 View commit details
    Browse the repository at this point in the history
  4. Maintain list of targets in layer order

    This matches how Scratch behaves, and means we don't have to mess around
    with _layerOrder anymore.
    adroitwhiz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0191147 View commit details
    Browse the repository at this point in the history
  5. Start triggers in top-down order

    This matches how Scratch does it.
    adroitwhiz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    104c995 View commit details
    Browse the repository at this point in the history