Ok, I finally finished the core for the movement, attacking and jumping for the right facing direction and I started implementing it for the left facing direction. I flipped the png with all the actions (I have one file with all the actions in it, for each action the frames are set in a row), then when I started 'cropping' it to put each frame into a list using .get_region() I noticed that when blitted, the image was flipped back to the original size. When I blitted the file without cropping it, it was flipped, but the cropped pieces have the original orientation. Any idea why and how can I fix this ?
On Jan 28, 11:26 pm, "Alex Holkner" <[EMAIL PROTECTED]> wrote: > On 1/29/08, yoshi <[EMAIL PROTECTED]> wrote: > > > When`s 1.1 gonna become available for the public ? > > There's no telling ;-) > > Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
