We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a7786 commit 5819752Copy full SHA for 5819752
art/physicsQuestion.py
@@ -18,7 +18,7 @@ def handle_frame():
18
color("white")
19
spot(x[i],y[i],2)
20
21
- vy[i] = vy[i] + constant[i]
+ vx[i] = vx[i] + constant[i]
22
23
angle = math.atan2(-vy[i],vx[i]) + (math.pi / 2)
24
0 commit comments