mis images pour des 4 faces et reglé certains erreurs dans LancerDes

This commit is contained in:
Kruss
2020-05-13 10:57:06 +02:00
parent dc3414c023
commit 01fef8fc77
7 changed files with 42 additions and 16 deletions

View File

@@ -375,6 +375,7 @@ public class Plateau extends Thread{
private int rollRandom(int nb) {
int roll = (int) Math.floor(Math.random() * (nb-1))+1;
System.out.println("roll" + roll);
return roll;
}