Done the select difficulty button
This commit is contained in:
parent
5593f1834a
commit
f625ec36a4
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user