Hi, i'd just discovered pyglet. In the past i've played with pygame,
and i'm trying to convert one of my old proggies to pyglet.
But i've got a trouble in a simple task .... (don't hit me)

I just load a png like this :
img = image.load("b.png")

"b.png" is a PNG file with transparency

and when i blit it in my window, like this :
img.blit(x,y)

there is no transparency at all (?!), only solid colors ... what is
the problem ?

perhaps it's not possible, I've read the api and the guide, it's not
very clear for me ....

Except that : pyglet seems very well coded, and has a huge potential,
great works ! thanks a lot !
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to