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

No Rotate on Line Sprites #617

Open
hallpell opened this issue Feb 28, 2023 · 0 comments
Open

No Rotate on Line Sprites #617

hallpell opened this issue Feb 28, 2023 · 0 comments

Comments

@hallpell
Copy link
Collaborator

We allow changing the rotation style of Line Sprites to No Rotate, which really hobbles their usefulness. We should probably not allow this and throw an error if you try.

Based on observing the effects, I suspect we're implementing this with a Rectangle Sprite under the hood, and when you set No Rotate it makes x1 and y1 change the length of the Rectangle Sprite, but then we can't rotate it so it just hangs out.

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

No branches or pull requests

1 participant