Commit ec6b1331 by BellCodeEditor

save project

parent ddc358f6
Showing with 5 additions and 0 deletions
......@@ -8,3 +8,8 @@ if x ==apple_x and y==apple_y:
apple3_y=30*num2-30
else:
position.pop(0)
my_font = pygame.font.Font('neuropol.ttr',18)
score=0
info='score:'+str(score)
test='my_fost'.render(into,True,(0,0,0))
screen.blit(test,(540,18))
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