Skip to content

Commit 3648dd5

Browse files
committed
changed number of logos bouncing
1 parent 2e4785a commit 3648dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dvdLogo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
# newline automatically,so reduce the width by one:
2323
WIDTH -= 1
2424

25-
NUMBER_OF_LOGOS = 5 # (!) Try changing this to 1 or 100
26-
PAUSE_AMOUNT = 0.2 # (!) TRY changing this to 1.0 or 0.0.
25+
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.
2727
# (!) Try changing this list to fewer colors:
2828
COLORS = ['red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white']
2929

0 commit comments

Comments
 (0)