Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected