You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to scale sprites independently across the x/y axes. To accomplish this
I patched sprite.py to include additional scale_x and scale_y properties.
Internally, _scale_x and _scale_y replace _scale, but the scale property is
still available. It sets both _scale_x and _scale_y at once, but returns only
_scale_x. I made a note of this in the scale property documentation.
I noticed this feature has already been patched by another user, but it wasn't
followed through with because they posted dead links.
Thanks.
Original issue reported on code.google.com by evild...@gmail.com on 3 Jun 2014 at 9:23
Original issue reported on code.google.com by
evild...@gmail.com
on 3 Jun 2014 at 9:23Attachments:
The text was updated successfully, but these errors were encountered: