Skip to content

Commit

Permalink
docs: make ShapeCast example more interesting
Browse files Browse the repository at this point in the history
  • Loading branch information
zOadT committed Aug 5, 2023
1 parent bbcdc54 commit 05352bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ShapeCast.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if (true) {
countB = 4;
radiusB = Settings.polygonRadius;

transformA = new Transform(new Vec2(0, 0.25));
transformA = new Transform(new Vec2(4, 0.25));
transformB = new Transform(new Vec2(-4, 0));
translationB = new Vec2(8.0, 0.0);
} else if (true) {
Expand Down

0 comments on commit 05352bd

Please sign in to comment.