(goingDown: boolean)
| 169 | } |
| 170 | |
| 171 | private setGoingDown(goingDown: boolean): void{ |
| 172 | this.goingDown = goingDown; |
| 173 | |
| 174 | if(this.goingDown){ |
| 175 | this.getQuestEntityMovement().setOffset(new Pos(0, 1)); |
| 176 | } |
| 177 | else{ |
| 178 | this.getQuestEntityMovement().setOffset(new Pos(0, -1)); |
| 179 | } |
| 180 | } |
| 181 | } |
no test coverage detected