From 12354c89cf67cc41497f22ebf2ee44a79166e7c4 Mon Sep 17 00:00:00 2001 From: soooyeonlee <33407206+soooyeonlee@users.noreply.github.com> Date: Sun, 3 Dec 2017 00:07:37 +0900 Subject: [PATCH 1/3] =?UTF-8?q?60162155=EC=9D=B4=EC=88=98=EC=97=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- effects.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/effects.py b/effects.py index c5d251e..0ea3c9c 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,7 @@ def run(self): ball.advance() self.wall.draw() time.sleep(.1) - ++ class Message(Effect): message = [ ' ', From 2bfa9c0199a19ad6c6ed39a2012a6973635c87e0 Mon Sep 17 00:00:00 2001 From: soooyeonlee <33407206+soooyeonlee@users.noreply.github.com> Date: Sun, 3 Dec 2017 00:09:03 +0900 Subject: [PATCH 2/3] Update effects.py --- effects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects.py b/effects.py index 0ea3c9c..9c8cf92 100644 --- a/effects.py +++ b/effects.py @@ -411,7 +411,7 @@ def run(self): ball.advance() self.wall.draw() time.sleep(.1) -+ + class Message(Effect): message = [ ' ', From 6a1ba6aba168734139a5a622b47320f0c26584d1 Mon Sep 17 00:00:00 2001 From: soooyeonlee <33407206+soooyeonlee@users.noreply.github.com> Date: Sun, 3 Dec 2017 00:13:45 +0900 Subject: [PATCH 3/3] 60162155 --- effects.py | 1 - 1 file changed, 1 deletion(-) diff --git a/effects.py b/effects.py index 9c8cf92..2d68f78 100644 --- a/effects.py +++ b/effects.py @@ -411,7 +411,6 @@ def run(self): ball.advance() self.wall.draw() time.sleep(.1) - class Message(Effect): message = [ ' ',