|
|
@ -51,7 +51,6 @@ struct SelectPlayerButtonView: View {
|
|
|
|
.padding(3)
|
|
|
|
.padding(3)
|
|
|
|
Button(action: {
|
|
|
|
Button(action: {
|
|
|
|
print("Button j1 pressé!")
|
|
|
|
print("Button j1 pressé!")
|
|
|
|
//player1 = "Player1"
|
|
|
|
|
|
|
|
}) {
|
|
|
|
}) {
|
|
|
|
VStack {
|
|
|
|
VStack {
|
|
|
|
Text("+")
|
|
|
|
Text("+")
|
|
|
@ -76,7 +75,7 @@ struct SelectPlayerButtonView: View {
|
|
|
|
.padding(3)
|
|
|
|
.padding(3)
|
|
|
|
|
|
|
|
|
|
|
|
Button(action: {
|
|
|
|
Button(action: {
|
|
|
|
print(" pressé!")
|
|
|
|
print("Button j2 pressé!")
|
|
|
|
}) {
|
|
|
|
}) {
|
|
|
|
VStack {
|
|
|
|
VStack {
|
|
|
|
Text("+")
|
|
|
|
Text("+")
|
|
|
|