changements

This commit is contained in:
Kruss 2020-05-14 10:21:12 +02:00
parent 43fea99107
commit 1729b51780

View File

@ -512,9 +512,7 @@ public void afficherEffet(Joueur j) throws IOException {
if(j instanceof JoueurVirtuel) {
System.out.println("here");
Timeline timeline = new Timeline(new KeyFrame(Duration.millis(3000), ae -> {
GestionnaireJeu.notifyPlateau();
pu.getStage().hide();
}));
timeline.play();
}