Commit ab818ddc by BellCodeEditor

save project

parent a0b90fe5
Showing with 2 additions and 2 deletions
...@@ -8,5 +8,5 @@ while True: ...@@ -8,5 +8,5 @@ while True:
for k in pygame.event.get(): for k in pygame.event.get():
if k.type == locals.QUIT: if k.type == locals.QUIT:
exit() exit()
pygame.surface(bg) screen.blit(0,0)
pygame.display()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment