Answers for "TypeError: argument 1 must be pygame.Surface, not str"

0

TypeError: argument 1 must be pygame.Surface, not str

Traceback (most recent call last):
  File "Tutorial 5 First game.py", line 26, in <module>
  screen.blit("back.png", (0,0))
TypeError: argument 1 must be pygame.Surface, not str
Posted by: Guest on August-19-2020

Code answers related to "TypeError: argument 1 must be pygame.Surface, not str"

Browse Popular Code Answers by Language