After I done this in a ParticleSystem subclass:
class BoxBlur(ParticleSystem):
img = pyglet.image.load("box.png")
texture = img.texutre()
...
The loaded texture turned to be upside down compared to the original.
How do i manually rotate the texture?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cocos2d discuss" 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/cocos-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---