Commit d60961a7 by BellCodeEditor

auto save

parent 18c615c6
Showing with 1 additions and 0 deletions
...@@ -15,6 +15,7 @@ body = pygame.image.load('body.png') ...@@ -15,6 +15,7 @@ body = pygame.image.load('body.png')
FPSCLOCK=pygame.time.Clock() FPSCLOCK=pygame.time.Clock()
x=240 x=240
y=120 y=120
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