Commit 38fc527d by BellCodeEditor

save project

parent a2d6c67c
Showing with 1 additions and 0 deletions
...@@ -8,6 +8,7 @@ body = pygame.image.load('body.png') ...@@ -8,6 +8,7 @@ body = pygame.image.load('body.png')
x,y = 210,210 x,y = 210,210
FPSCLOCK = pygame.time.Clock() FPSCLOCK = pygame.time.Clock()
screen = pygame.display.set_mode((660,480)) screen = pygame.display.set_mode((660,480))
list = [180,190,200]
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
......
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