Commit 700b0077 by BellCodeEditor

auto save

parent 30ebc657
Showing with 5 additions and 3 deletions
\\192.168.1.189
\ No newline at end of file
......@@ -12,8 +12,8 @@ last = pygame.image.load('last.png') # 上一曲按钮
nexti = pygame.image.load('next.png') # 下一曲按钮
logo = pygame.image.load('logo.png') # 中间logo
while True:
# print('1')
for event in pygame.event.get():
print(event)
if event.type == locals.QUIT:
exit()
......@@ -60,4 +60,4 @@ while True:
screen.blit(nexti, (420, 350)) # 下一曲
# 刷新画面
pygame.display.update()
sj.tick(4)
\ No newline at end of file
sj.tick(10)
\ 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