diff options
| -rw-r--r-- | wasp/apps/heart.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wasp/apps/heart.py b/wasp/apps/heart.py index 5d181b0..66752d7 100644 --- a/wasp/apps/heart.py +++ b/wasp/apps/heart.py @@ -90,6 +90,8 @@ class HeartApp(): x = self._x draw.fill(0, x, 32, 1, 208-spl) draw.fill(color, x, 239-spl, 1, spl) + if x < 238: + draw.fill(0, x+1, 32, 2, 208) x += 2 if x >= 240: x = 0 |
