Petit fix, corrige le fait que les 2 personnages crouch en même temps + dash constant

This commit is contained in:
Antoine 2021-06-17 16:24:12 +02:00
parent e389a0cb0a
commit 04f1cdbff9

View File

@ -13,7 +13,7 @@ import static gameplay.input.ButtonIG.*;
*/
public class Inputs {
private static final int numberOfInputs = 8;
private static boolean[] tab;
private boolean[] tab;
public Inputs() {
this.tab = new boolean[numberOfInputs];