confetti: tweak graphics

This commit is contained in:
Thomas Farstrike
2025-11-12 11:59:10 +01:00
parent 280958ada9
commit b4282dfc66
@@ -62,9 +62,9 @@ class Confetti(Activity):
piece = {
'img_idx': idx,
'x': random.uniform(-10, self.SCREEN_WIDTH + 10),
'y': random.uniform(50, 100),
'y': random.uniform(50, 150),
'vx': random.uniform(-100, 100),
'vy': random.uniform(-250, -80),
'vy': random.uniform(-150, -80),
'spin': random.uniform(-400, 400),
'age': 0.0,
'lifetime': random.uniform(1.8, 5),