This commit is contained in:
Amaury Joly 2020-12-16 17:33:25 +01:00
parent 13ed1961d8
commit 3357a64464

View File

@ -21,7 +21,7 @@ public class Jeu {
public static final int SIZE_X = 20;
public static final int SIZE_Y = 10;
private static int NBR_DE_MAP = 2;
private static int NBR_DE_MAP = 3;
// compteur de déplacements horizontal et vertical (1 max par défaut, à chaque pas de temps)
private HashMap<ElementPhysique, Integer> cmptDeplH = new HashMap<ElementPhysique, Integer>();