ditto
unread,May 8, 2012, 4:54:40 PM5/8/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Rabbyt
I decided to try making a game this pyweek with pyglet. I couldn't
find a tutorial, and have a couple questions about collisions:
can you have collision boxes slightly smaller / larger than their
sprite image, can you displace the collision box?
the left, right, top bottom, x, y are all absolute, left to right,
bottom to top?
the x,y start on 0 on the bottom left, like the default on pyglet
sprites?
thanks!