(currentLines)
| 819 | } |
| 820 | |
| 821 | UpdatePlayerSlide(currentLines) { |
| 822 | if (this.isSlidding) { |
| 823 | if (!this.IsPlayerOnDiagonal(currentLines)) { |
| 824 | // print("NOT SLIDDING") |
| 825 | this.isSlidding = false; |
| 826 | } |
| 827 | } |
| 828 | |
| 829 | } |
| 830 | |
| 831 | UpdatePlayerRun(currentLines) { |
| 832 | this.isRunning = false; |
no test coverage detected