Done the select difficulty button
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Mat 2023-05-17 23:38:50 +02:00
parent 5593f1834a
commit f625ec36a4

View File

@ -17,6 +17,7 @@ public class MenuAccueil extends StackPane {
//create all the objet that I need
ChoiceBox SlctDifficulty = new ChoiceBox();
SlctDifficulty.getItems().addAll("Easy", "Medium", "Difficult");
Label RdmLvl = new Label("Random Level : ");
Button SelectLevel= new Button("Select Level");
Label Title = new Label("Welcome to Road to Master");