Compare commits

..

No commits in common. "99fb1a3e744842e5df702bc710dbab1717a9a3ba" and "fbc1849079e4dc27b4749e48b6d7433952a96c8f" have entirely different histories.

View File

@ -1,4 +1,3 @@
import pygame import pygame
import sys import sys
import math import math
@ -47,3 +46,4 @@ while True:
#print((1 *pow(10, -6)) / scale) #print((1 *pow(10, -6)) / scale)
pygame.display.update() pygame.display.update()