-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Adds RectangleShapeMixin #376
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the setters planned?
Yup. Mostly threw the properties at it to get the shape of the thing. |
… parent class definitions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably mention somewhere that the rectangle properties don't follow rotation.
…, only the final sprite rendering.
bors r+ |
Build succeeded: |
Includes moving away from the Sides interface on this new sprite type.
Sprite.side_center
orSprite.side_middle
Closes #372
Closes #339