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

Method IsMovingLeft

Player.js:794–796  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

792 }
793
794 IsMovingLeft() {
795 return this.currentSpeed.x < 0;
796 }
797
798 IsMovingRight() {
799 return this.currentSpeed.x > 0;

Callers 1

CheckCollisionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected