Polygon: Return the sides to 6
This commit is contained in:
		@@ -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 })
 | 
			
		||||
      ];
 | 
			
		||||
   }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user