Removed sliding effect
This commit is contained in:
@@ -27,6 +27,7 @@ class Box {
|
||||
|
||||
collide(y) {
|
||||
this.y = y;
|
||||
this.speedX = 0;
|
||||
this.speedY = 0;
|
||||
this.jumpCounter = MAX_JUMP;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user