remove redundant code
This commit is contained in:
parent
ad424b6283
commit
1ea0cb9728
|
@ -38,7 +38,6 @@ class Player: Entity {
|
||||||
this.move(movementSpeed, 0);
|
this.move(movementSpeed, 0);
|
||||||
animationManager.update(KeyboardKey.KEY_D);
|
animationManager.update(KeyboardKey.KEY_D);
|
||||||
} else if (IsKeyDown(KeyboardKey.KEY_SPACE)) {
|
} else if (IsKeyDown(KeyboardKey.KEY_SPACE)) {
|
||||||
//
|
|
||||||
animationManager.update(KeyboardKey.KEY_SPACE);
|
animationManager.update(KeyboardKey.KEY_SPACE);
|
||||||
} else if (IsKeyDown(KeyboardKey.KEY_X)) {
|
} else if (IsKeyDown(KeyboardKey.KEY_X)) {
|
||||||
animationManager.update(KeyboardKey.KEY_X);
|
animationManager.update(KeyboardKey.KEY_X);
|
||||||
|
|
Loading…
Reference in New Issue