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

guideColour in Sprite .yy files is not properly formatted #217

Open
adam-coster opened this issue Feb 23, 2024 · 1 comment
Open

guideColour in Sprite .yy files is not properly formatted #217

adam-coster opened this issue Feb 23, 2024 · 1 comment
Assignees
Labels
🔥 bug Something isn't working 🌳 parser

Comments

@adam-coster
Copy link
Member

While the normal formatting rules are that array entries each go on their own line, that is not true for guideColour in sprites. This does make sense from a Git perspective, so presumably this is intended.

Need to fix the yy library for this case. Should first try a rule that says, "if all items in the array are numbers, don't use newlines". If that creates other problems, just code the exception for guideColour.

@adam-coster adam-coster added 🔥 bug Something isn't working 🌳 parser labels Feb 23, 2024
@adam-coster adam-coster self-assigned this Feb 23, 2024
@adam-coster
Copy link
Member Author

Discovered an inconsistency here, so awaiting feedback from GameMaker before updating this.

YoYoGames/GameMaker-Bugs#4713 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔥 bug Something isn't working 🌳 parser
Projects
Status: Inbox
Development

No branches or pull requests

1 participant