We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc3486 commit e38e406Copy full SHA for e38e406
1 file changed
src/player/Player.ts
@@ -770,7 +770,6 @@ export class Player {
770
this.vy = toFloat(this.cfg.jump.speed);
771
this.applyLiftBoost();
772
this.varJumpSpeed = this.vy;
773
- this.facing = dir as 1 | -1;
774
this.toNormalState();
775
776
this.emit({ type: "wall_jump", wallDir: -dir, dirX: dir, dirY: -1 });
@@ -790,7 +789,6 @@ export class Player {
790
789
this.vy = toFloat(this.cfg.jump.superWallJumpSpeed);
791
792
793
794
795
796
0 commit comments