Compare commits

..

No commits in common. "27150a2cb73cb400cdc6e70561ae0ce9952c0367" and "25e143d406e334627d616ef751a36800c1189aaa" have entirely different histories.

View file

@ -3,7 +3,6 @@ import time
import math import math
import random import random
import colorsys import colorsys
import sys
# Initialize Pygame # Initialize Pygame
pygame.init() pygame.init()
@ -81,11 +80,6 @@ while running:
d_spin = 0.1 d_spin = 0.1
while 1: while 1:
for event in pygame.event.get():
if event.type == pygame.QUIT:
running = False
sys.exit(0)
spinny -= d_spin spinny -= d_spin
d_spin *= 1.0005 d_spin *= 1.0005