On Tue, Sep 16, 2008 at 12:56 PM, Glenn Ein <[EMAIL PROTECTED]> wrote:
>
> Looks like the error continues but in another part.
>
> line 811 in game
> sprite.draw(camera)
> line 280 in draw
> self.image.blit(pos[0], pos[1])
> 'Player' object has no atribbute 'image'
>

You never assigned image to Player in __init__().

--~--~---------~--~----~------------~-------~--~----~
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