|
|
|
@ -21,7 +21,7 @@ struct SelectPlayerView: View {
|
|
|
|
|
HStack {
|
|
|
|
|
VStack(alignment: .trailing)
|
|
|
|
|
{
|
|
|
|
|
MainMenuButton(text: "Start", destination: ContentView(), sound: "TitleScreenButtonSound", horizontalAlignment: .trailing, topLeftCorner: 10, bottomLeftCorner: 10)
|
|
|
|
|
MainMenuButton(text: "Start", destination: GameView(), sound: "TitleScreenButtonSound", horizontalAlignment: .trailing, topLeftCorner: 10, bottomLeftCorner: 10)
|
|
|
|
|
MainMenuButton(text: "Settings", destination: ContentView(), sound: "TitleScreenButtonSound", horizontalAlignment: .trailing, topLeftCorner: 10, bottomLeftCorner: 10)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|