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

Method IsMovingUp

Player.js:786–788  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

784
785
786 IsMovingUp() {
787 return this.currentSpeed.y < 0;
788 }
789
790 IsMovingDown() {
791 return this.currentSpeed.y > 0;

Callers 1

GetPriorityCollisionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected