Skip to content
Snippets Groups Projects
Commit 50bb6982 authored by Leanna Mi N.'s avatar Leanna Mi N.
Browse files

No more rotate -- not sure how to make the roundabout rotate as well so ill disable for now

parent 84593760
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ function rotateMatrixClockwise(matrix) {
}
function keyPressed() {
if (key === 'r') {
tileArr = rotateMatrixClockwise(tileArr);
}
// if (key === 'r') {
// tileArr = rotateMatrixClockwise(tileArr);
// }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment