From eef859a2acfead581c4960c7a3bff466983b9b2b Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Sat, 23 Mar 2024 22:55:20 +0200 Subject: effects --- src/sliceitoff/text/text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sliceitoff/text') diff --git a/src/sliceitoff/text/text.py b/src/sliceitoff/text/text.py index 9bb7c9a..424bbc2 100644 --- a/src/sliceitoff/text/text.py +++ b/src/sliceitoff/text/text.py @@ -23,8 +23,8 @@ class LetterSprite(pygame.sprite.Sprite): self.rect.w, self.rect.h) self.direction = ( - self.direction[0] * 1, - self.direction[1] * 1 + 0.5) + self.direction[0] * 0.95, + self.direction[1] * 0.95 + 0.3) class TextPage(pygame.sprite.Group): -- cgit v1.2.3