Läuft jetze.
This commit is contained in:
parent
21f6e36541
commit
11e0cfccbe
2 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -1,4 +1,4 @@
|
||||||
#/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
import pygame
|
import pygame
|
||||||
from random import randint as ri
|
from random import randint as ri
|
||||||
|
|
||||||
|
@ -132,4 +132,4 @@ if __name__ == "__main__":
|
||||||
if show_debug:
|
if show_debug:
|
||||||
get_debug_text()
|
get_debug_text()
|
||||||
pygame.display.flip()
|
pygame.display.flip()
|
||||||
clock.tick(60)
|
clock.tick(60)
|
||||||
|
|
0
pygame
Normal file
0
pygame
Normal file
Loading…
Reference in a new issue