We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280958a commit b4282dfCopy full SHA for b4282df
1 file changed
internal_filesystem/apps/com.micropythonos.confetti/assets/confetti.py
@@ -62,9 +62,9 @@ def spawn_confetti(self):
62
piece = {
63
'img_idx': idx,
64
'x': random.uniform(-10, self.SCREEN_WIDTH + 10),
65
- 'y': random.uniform(50, 100),
+ 'y': random.uniform(50, 150),
66
'vx': random.uniform(-100, 100),
67
- 'vy': random.uniform(-250, -80),
+ 'vy': random.uniform(-150, -80),
68
'spin': random.uniform(-400, 400),
69
'age': 0.0,
70
'lifetime': random.uniform(1.8, 5),
0 commit comments