diff --git a/RubixCube/RubixCube.pde b/RubixCube/RubixCube.pde index 6813b11..7d1e3f5 100644 --- a/RubixCube/RubixCube.pde +++ b/RubixCube/RubixCube.pde @@ -5,7 +5,7 @@ //dont do even sized cubes (it wont work) //Have fun -int numberOfSides = 25;//<<< change this to change the size of the cube +int numberOfSides = 22;//<<< change this to change the size of the cube float cubeSpeed = PI/20.0; //<<< this is the speed that the cube rotates /*