Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Code-Bullet/Jump-King
/ IsMovingDown
Method
IsMovingDown
Player.js:790–792 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
788
}
789
790
IsMovingDown() {
791
return
this.currentSpeed.y > 0;
792
}
793
794
IsMovingLeft() {
795
return
this.currentSpeed.x < 0;
Callers
2
CheckCollisions
Method · 0.95
GetPriorityCollision
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected