Skip to content

Commit b4282df

Browse files
confetti: tweak graphics
1 parent 280958a commit b4282df

File tree

1 file changed

+2
-2
lines changed
  • internal_filesystem/apps/com.micropythonos.confetti/assets

1 file changed

+2
-2
lines changed

internal_filesystem/apps/com.micropythonos.confetti/assets/confetti.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ def spawn_confetti(self):
6262
piece = {
6363
'img_idx': idx,
6464
'x': random.uniform(-10, self.SCREEN_WIDTH + 10),
65-
'y': random.uniform(50, 100),
65+
'y': random.uniform(50, 150),
6666
'vx': random.uniform(-100, 100),
67-
'vy': random.uniform(-250, -80),
67+
'vy': random.uniform(-150, -80),
6868
'spin': random.uniform(-400, 400),
6969
'age': 0.0,
7070
'lifetime': random.uniform(1.8, 5),

0 commit comments

Comments
 (0)