Commit 3a4cd5bb by BellCodeEditor

save project

parent 6f3206bb
Showing with 4 additions and 3 deletions
import pygame import pygame
from pygame import pygame from pygame import locals
background=pygame.image.load('bg.png') background=pygame.image.load('bg.png')
right=pygame.image.load('right.png') right=pygame.image.load('right.png')
...@@ -20,8 +20,8 @@ while True: ...@@ -20,8 +20,8 @@ while True:
# #
screen.blit(background,(0,0)) screen.blit(background,(0,0))
# #
screen.blit(right,(0,0)) screen.blit(right,(240,120))
# #
screen.blit(food,(0,0)) screen.blit(food,(360,300))
# #
pygame.display.update() 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