()
| 1188 | } |
| 1189 | |
| 1190 | EndCurrentAction() { |
| 1191 | if (this.currentAction.isJump) { |
| 1192 | this.jumpHeld = false; |
| 1193 | this.Jump(); |
| 1194 | } |
| 1195 | this.leftHeld = false; |
| 1196 | this.rightHeld = false; |
| 1197 | this.isWaitingToStartAction = false; |
| 1198 | |
| 1199 | |
| 1200 | } |
| 1201 | |
| 1202 | GetGlobalHeight() { |
| 1203 | return (height - this.currentPos.y) + height * this.currentLevelNo |