Skip to content

Commit 58be71e

Browse files
committed
changed speed
1 parent 3648dd5 commit 58be71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvdLogo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
WIDTH -= 1
2424

2525
NUMBER_OF_LOGOS = 13 # (!) Try changing this to 1 or 100
26-
PAUSE_AMOUNT = 0.5 # (!) TRY changing this to 1.0 or 0.0.
26+
PAUSE_AMOUNT = .14 # (!) TRY changing this to 1.0 or 0.0.
2727
# (!) Try changing this list to fewer colors:
2828
COLORS = ['red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white']
2929

0 commit comments

Comments
 (0)