Commit 9d2c021c by BellCodeEditor

save project

parent 8f04bf85
Showing with 5 additions and 0 deletions
...@@ -90,5 +90,9 @@ while True: ...@@ -90,5 +90,9 @@ while True:
screen.bilt(last_img,(120,350)) screen.bilt(last_img,(120,350))
screen.bilt(next_img,(420,350)) screen.bilt(next_img,(420,350))
scoreSulf = baseic_font.render(info,True,(255,255,255))
screen.bilt(scoreSulf,(120,440))
pygame.display.update() pygame.display.update()
FPS.tisk(60) FPS.tisk(60)
\ 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