Commit 9692a29f by BellCodeEditor

save project

parent 5b01e147
Showing with 1 additions and 0 deletions
...@@ -27,6 +27,7 @@ rect = obstacle.get_rect() ...@@ -27,6 +27,7 @@ rect = obstacle.get_rect()
rect.x = 1000 rect.x = 1000
rect.y = 500 - rect.height rect.y = 500 - rect.height
roadx=0 roadx=0
pygame.display.set_caption('悟空酷跑')
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