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

Implement new sprite groups #38

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

Conversation

spacek531
Copy link
Contributor

@spacek531 spacek531 commented Mar 12, 2023

Solves #26

Adding my sprite groups refactor to this tool. The general mode of operation is when activating or deactivating simple sprite groups, the legacy_group_implications enables additional sprite groups based on what is currently enabled, or disables sprite groups if their constituents are not enabled. After the implication phase, the new sprite groups are enabled or disabled based on legacy_group_map and the default precision in sprite_group_metadata. If the user switches from full to simple mode, the disable-enable code is run again, to prevent the project state from being different than what the options say.

Todo:

@spacek531
Copy link
Contributor Author

spacek531 commented Mar 12, 2023

For future reference:

    Slopes25Banked22,
vvvv
    Slopes8Banked45,
    Slopes16Banked22,
    Slopes16Banked45,
^^^^
    Slopes25Banked45,

@spacek531 spacek531 marked this pull request as ready for review March 16, 2023 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant