Polygon: Return the sides to 6
This commit is contained in:
parent
4d27f83dd7
commit
a894c68466
@ -66,7 +66,7 @@ class Pendulum extends ShapedObject {
|
|||||||
this.components = [
|
this.components = [
|
||||||
new Rod({ anchor: anchor, bob: bob }),
|
new Rod({ anchor: anchor, bob: bob }),
|
||||||
new Anchor({ center: anchor }),
|
new Anchor({ center: anchor }),
|
||||||
new Polygon({ sides: 4, radius: radius, center: bob })
|
new Polygon({ sides: 6, radius: radius, center: bob })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user