Images + ajout des cartes visions et ténèbres

This commit is contained in:
Paul Gross
2020-05-06 12:04:30 +02:00
parent 2ab9df30ed
commit e91b24c13a
10 changed files with 215 additions and 21 deletions

View File

@ -69,7 +69,7 @@ public class PlateauController implements Initializable {
}
for(int i = 0; i<joueursIHM.size(); i++) {
joueursIHM.get(i).deplacerPionVie((int) (Math.random()*13));
joueursIHM.get(i).deplacerPionVie(0);
}