|
|
@ -32,10 +32,10 @@ struct MainMenuView: View {
|
|
|
|
VStack {
|
|
|
|
VStack {
|
|
|
|
HStack {
|
|
|
|
HStack {
|
|
|
|
VStack(spacing: 25) {
|
|
|
|
VStack(spacing: 25) {
|
|
|
|
MainMenuButton(text: "Play", destination: ScoreBoardView(), sound: "TitleScreenButtonSound")
|
|
|
|
MainMenuButton(text: "Play", destination: ScoreBoardView(), sound: "TitleScreenButtonSound", topRightCorner: 10, bottomRightCorner: 10)
|
|
|
|
MainMenuButton(text: "Historique", destination: HistoricView(), sound: "TitleScreenButtonSound")
|
|
|
|
MainMenuButton(text: "Historique", destination: HistoricView(), sound: "TitleScreenButtonSound", topRightCorner: 10, bottomRightCorner: 10)
|
|
|
|
MainMenuButton(text: "Best Scores", destination: ScoreBoardView(), sound: "TitleScreenButtonSound")
|
|
|
|
MainMenuButton(text: "Best Scores", destination: ScoreBoardView(), sound: "TitleScreenButtonSound", topRightCorner: 10, bottomRightCorner: 10)
|
|
|
|
MainMenuButton(text: "Players", destination: PlayersView(), sound: "TitleScreenButtonSound")
|
|
|
|
MainMenuButton(text: "Players", destination: PlayersView(), sound: "TitleScreenButtonSound", topRightCorner: 10, bottomRightCorner: 10)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Image(AppImages.SemiLion)
|
|
|
|
Image(AppImages.SemiLion)
|
|
|
|
.resizable()
|
|
|
|
.resizable()
|
|
|
|