MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / UpdateJumpTimer

Method UpdateJumpTimer

Player.js:779–783  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

777
778
779 UpdateJumpTimer() {
780 if (this.isOnGround && this.jumpHeld && this.jumpTimer < maxJumpTimer) {
781 this.jumpTimer += 1
782 }
783 }
784
785
786 IsMovingUp() {

Callers 1

UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected