Polygon: Return the sides to 6

This commit is contained in:
John 2022-07-10 21:09:08 -05:00
parent 4d27f83dd7
commit a894c68466

View File

@ -66,7 +66,7 @@ class Pendulum extends ShapedObject {
this.components = [
new Rod({ anchor: anchor, bob: bob }),
new Anchor({ center: anchor }),
new Polygon({ sides: 4, radius: radius, center: bob })
new Polygon({ sides: 6, radius: radius, center: bob })
];
}