python game

Denis McMahon denismfmcmahon at gmail.com
Wed Jun 19 16:41:19 EDT 2013


On Wed, 19 Jun 2013 13:18:49 -0700, jacksonkemp1234 wrote:

>         windowSurface.blit(playerImage, player)
>         for bear in bears:
>             windowSurface.blit(bearImage, bear)

Try changing this to draw the bears first, then the player.

-- 
Denis McMahon, denismfmcmahon at gmail.com



More information about the Python-list mailing list