diff --git a/effects.py b/effects.py index c5d251e..2d68f78 100644 --- a/effects.py +++ b/effects.py @@ -339,7 +339,9 @@ def run(self): # Display upper and lower case letters. The break between 90 and 97 is # for non-letter keyboard characters. for ord in range(65, 91) + range(97, 123): - self.wall.clear() + LSY=[108 ,115, 121] + for ord in LSY: + self.wall.clear() # Set every pixel to the background color, since ascii8x8 will only # color an 8x8 section. @@ -352,7 +354,7 @@ def run(self): x_offset, y_offset) self.wall.draw() time.sleep(.1) - + time.sleep(1) class Bouncer(Effect): class Ball(object): def __init__(self, wall): @@ -409,7 +411,6 @@ def run(self): ball.advance() self.wall.draw() time.sleep(.1) - class Message(Effect): message = [ ' ',