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

Method IsMovingRight

Player.js:798–800  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

796 }
797
798 IsMovingRight() {
799 return this.currentSpeed.x > 0;
800 }
801
802 GetImageToUseBasedOnState() {
803

Callers 4

CheckCollisionsMethod · 0.95
UpdatePlayerRunMethod · 0.95
GetPriorityCollisionMethod · 0.95
playerLandedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected