Answers for "what to do in python when you get pygame.Surface object is not callable"

3

what to do in python when you get pygame.Surface object is not callable

screen.blit(playerImg, (x, y))
you need to remeber the commas
Posted by: Guest on March-23-2020

Code answers related to "what to do in python when you get pygame.Surface object is not callable"

Python Answers by Framework

Browse Popular Code Answers by Language