Commit c66478c3 by BellCodeEditor

save project

parent 157dd0fd
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ fps=300 ...@@ -7,7 +7,7 @@ fps=300
fclock=pygame.time.Clock() fclock=pygame.time.Clock()
ball=pygame.image.load(r'C:\Users\Administrator\Desktop\ball.gif') ball=pygame.image.load(r'C:\Users\Administrator\Desktop\ball.gif')
ballrect=ball.get_rect() ballrect=ball.get_rect()
screen=pygame.display.set_mode(size,pygame.FULLSCREEN) screen=pygame.display.set_mode(size,pygame.RESIZABLE)
pygame.display.set_caption('pygame游戏之旅') pygame.display.set_caption('pygame游戏之旅')
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
......
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