Working on shaking

This commit is contained in:
Dallon Archibald
2021-01-26 15:28:01 -05:00
parent 2b9e54f485
commit 40e2ba1f7b
3 changed files with 21 additions and 2 deletions
+2 -2
View File
@@ -198,7 +198,7 @@ class RPS {
*/
}
/**
//Reference: https://youtu.be/XDuchXYiWuE
class Shake {
var motionManager = CMMotionManager()
@@ -215,4 +215,4 @@ class Shake {
}
}
}
*/