(baseX: number)
| 40 | |
| 41 | // Public methods |
| 42 | public tryToGoToIntendedXPosition(baseX: number): void{ |
| 43 | this.goTowards(this.getGlobalPosition(), new Pos(baseX + this.intendedXPosition, this.getGlobalPosition().y), 0, new Pos(1, 0)); |
| 44 | } |
| 45 | |
| 46 | // Private methods |
| 47 | private castWaterBall(): void{ |
no test coverage detected