Commit 94e1fb5d by BellCodeEditor

save project

parent 53369582
Showing with 5 additions and 1 deletions
import pygame
from pygame import locals
pygame.display.set_mode(660,480)
screen=pygame.display.set_mode((660,480))
backgroud=pygane.image.load('bg.png')
down=pygame.image.load('down.png')
apple=pygame.image.load('apple.png')
body=pygame.image.load('body.png')
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