Commit 4847cadc by BellCodeEditor

save project

parent 8618f241
Showing with 4 additions and 2 deletions
...@@ -20,4 +20,6 @@ while True: ...@@ -20,4 +20,6 @@ while True:
# #
screen.blit(bg,(0,0)) screen.blit(bg,(0,0))
screen.blit(head_l,(240,30)) screen.blit(head_l,(240,30))
screen.blit(apple,(300,390)) screen.blit(apple,(300,390))
\ No newline at end of file
pygame.display.update()
\ No newline at end of file
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