Commit bff195c9 by BellCodeEditor

auto save

parent 58bcf6cb
Showing with 0 additions and 5 deletions
...@@ -2,7 +2,3 @@ import pygame ...@@ -2,7 +2,3 @@ import pygame
pygame.init() pygame.init()
while True: while True:
pygame.display.set_mode((660,480)) pygame.display.set_mode((660,480))
pygame.image.load(bckground,(0,0))
pygame.image.load(right,(290,120))
pygame.image.load(food(360,300))
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