Commit 1272c47a by BellCodeEditor

auto save

parent b4bdffe4
Showing with 8 additions and 0 deletions
......@@ -22,3 +22,10 @@ while True:
print("你还有"+str(cishu)+"次输入的机会")
else:
print("你的输入次数已用完!")
while True:
for event in pygame.event.get( ):
if event.type==locals.QUIT:
exit()
screen.blit(background,(0,0))
\ No newline at end of file
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