mirror of
https://forge.univ-lyon1.fr/tplifap4/gyromite_ya.git
synced 2024-02-27 13:31:49 +01:00
Oopd
This commit is contained in:
parent
13ed1961d8
commit
3357a64464
@ -21,7 +21,7 @@ public class Jeu {
|
|||||||
|
|
||||||
public static final int SIZE_X = 20;
|
public static final int SIZE_X = 20;
|
||||||
public static final int SIZE_Y = 10;
|
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)
|
// 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>();
|
private HashMap<ElementPhysique, Integer> cmptDeplH = new HashMap<ElementPhysique, Integer>();
|
||||||
|
Loading…
Reference in New Issue
Block a user