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