Skip to content

Commit 332d7a0

Browse files
committed
attempt to fix broken list
1 parent 3e4b376 commit 332d7a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/tutorials/text/pvector/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ In the above example, we have a very simple world — a blank canvas with a circ
7878
- LOCATION: x and y
7979
- SPEED: xspeed and yspeed
8080

81-
In a more advanced sketch, we could imagine this ball and world having many more properties:
81+
In a more advanced sketch, we could imagine this ball and world having many more properties:
82+
8283
- ACCELERATION: xacceleration and yacceleration
8384
- TARGET LOCATION: xtarget and ytarget
8485
- WIND: xwind and ywind

0 commit comments

Comments
 (0)