Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LoaderB0T committed Feb 24, 2023
2 parents bd898c5 + cf8ccd8 commit 837752c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ CircleParticle.draw({
color: 'red',
movementXY: {
velocity: {
y: 0.5 // Slowly moved down
y: 0.5 // Slowly moves down
}
}
});
Expand All @@ -78,7 +78,7 @@ CircleParticle.draw({
color: 'red',
movementXY: {
velocity: {
y: -7, // Moved upwards initially
y: -7, // Moves upwards initially
x: 1 // Slightly moves right all the time
},
acceleration: {
Expand Down

0 comments on commit 837752c

Please sign in to comment.