Commit f7e38b16 by BellCodeEditor

auto save

parent 992672b2
...@@ -76,4 +76,4 @@ while True: ...@@ -76,4 +76,4 @@ while True:
BT = my_font.render(SB,True,(0,0,0)) BT = my_font.render(SB,True,(0,0,0))
screen.blit(BT,(540,10)) screen.blit(BT,(540,10))
pygame.display.update() pygame.display.update()
FPSCLOCK.tick(3) FPSCLOCK.tick(5)
\ No newline at end of file \ 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