Compare commits
No commits in common. "27150a2cb73cb400cdc6e70561ae0ce9952c0367" and "25e143d406e334627d616ef751a36800c1189aaa" have entirely different histories.
27150a2cb7
...
25e143d406
1 changed files with 0 additions and 6 deletions
6
wheel.py
6
wheel.py
|
@ -3,7 +3,6 @@ import time
|
|||
import math
|
||||
import random
|
||||
import colorsys
|
||||
import sys
|
||||
|
||||
# Initialize Pygame
|
||||
pygame.init()
|
||||
|
@ -81,11 +80,6 @@ while running:
|
|||
d_spin = 0.1
|
||||
|
||||
while 1:
|
||||
for event in pygame.event.get():
|
||||
if event.type == pygame.QUIT:
|
||||
running = False
|
||||
sys.exit(0)
|
||||
|
||||
spinny -= d_spin
|
||||
d_spin *= 1.0005
|
||||
|
||||
|
|
Loading…
Reference in a new issue