Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RubixCube/RubixCube.pde
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 13;//<<< change this to change the size of the cube
float cubeSpeed = PI/20.0; //<<< this is the speed that the cube rotates

/*
Expand Down