Commit 69068d3a by BellCodeEditor

save project

parent 6a3fa7a9
Showing with 1 additions and 1 deletions
...@@ -16,7 +16,7 @@ while True: ...@@ -16,7 +16,7 @@ while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type==locals.QUIT: if event.type==locals.QUIT:
exit() exit()
if event.type==locals.KEYDOWN if event.type==locals.KEYDOWN
x +=30 x +=30
positoin.append((x,y)) positoin.append((x,y))
positoin.pop(0) positoin.pop(0)
......
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