Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ canJumpInMidAir
Method
canJumpInMidAir
code/main/QuestEntity.ts:149–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
147
}
148
149
public canJumpInMidAir(): boolean{
150
return
false;
151
}
152
153
public checkCollision(pos: Pos =
new
Pos(0, 0)): boolean{
154
// BUGS : if the level is >= 4, we just return a random value
Callers
1
jump
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected