We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1968e commit 69a5271Copy full SHA for 69a5271
examples/text/effect.py
@@ -9,7 +9,7 @@ class TextEffect(effect.Effect):
9
def __init__(self):
10
super().__init__()
11
self.writer = TextWriter2D((10, 1),
12
- text="Hello world! Hello world! Hello world! Hello world! Hello world! Hello world! Hello world! Hello world! Hello world!")
+ text="Hello world! Hello world! Hello world!")
13
14
def post_load(self):
15
pass
0 commit comments