Commit 26de0d2e by BellCodeEditor

save project

parent e8896d36
Showing with 27 additions and 0 deletions
......@@ -16,7 +16,34 @@ body = pygame.image.load('body.png')
fps=pygame.time.Clock()
x,y=240,120
p=[(180,90),(180,120),(210,120),(
3
)]
while True:
for event in pygame.event.get():
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