mirror of
https://github.com/guezoloic/racing-game.git
synced 2026-03-28 18:03:50 +00:00
feat: ajout et correction multiple classe
This commit is contained in:
@@ -54,6 +54,7 @@ public class Dashboard extends GameView
|
||||
{
|
||||
isPaused = fn.get();
|
||||
updateButtonText();
|
||||
GameView.update();
|
||||
}
|
||||
};
|
||||
|
||||
@@ -68,5 +69,7 @@ public class Dashboard extends GameView
|
||||
+ "</td></tr><tr><td>Nombre de Tour: " + car.getRound()
|
||||
+ "</td></tr></table></html>"
|
||||
);
|
||||
|
||||
updateButtonText();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user