changements
This commit is contained in:
parent
43fea99107
commit
1729b51780
@ -512,9 +512,7 @@ public void afficherEffet(Joueur j) throws IOException {
|
|||||||
if(j instanceof JoueurVirtuel) {
|
if(j instanceof JoueurVirtuel) {
|
||||||
System.out.println("here");
|
System.out.println("here");
|
||||||
Timeline timeline = new Timeline(new KeyFrame(Duration.millis(3000), ae -> {
|
Timeline timeline = new Timeline(new KeyFrame(Duration.millis(3000), ae -> {
|
||||||
GestionnaireJeu.notifyPlateau();
|
|
||||||
pu.getStage().hide();
|
pu.getStage().hide();
|
||||||
|
|
||||||
}));
|
}));
|
||||||
timeline.play();
|
timeline.play();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user