In RainbowComet, the call to `super().__init__()` was missing the `background_color` argument. This caused strange effects when non-default arguments were passed. For example, setting `reverse=True` resulted a red comet with a tail length of 1, and setting `bounce=True` resulted in a reversed rainbow comet. Signed-off-by: Taylor Yu <code@argon.blue> |
||
|---|---|---|
| .. | ||
| animation | ||
| __init__.py | ||
| color.py | ||
| grid.py | ||
| group.py | ||
| helper.py | ||
| sequence.py | ||