🐛 Update: Call AddPlayerView

dev_save_game
Nathan VERDIER 11 months ago
parent 7eaa6049c2
commit 77ce09091a

@ -102,9 +102,9 @@ struct SelectPlayerButtonView: View {
Text("Add a player") Text("Add a player")
.font(.body) .font(.body)
.bold() .bold()
/*.sheet(isPresented: $showingPopup) { .sheet(isPresented: $showingPopup) {
ShowAllPlayer ShowAllPlayer(isShowingSheet: $showingPopup, players: $players)
}*/ }
} .frame(width: 150, height: 150) } .frame(width: 150, height: 150)
.padding() .padding()
.border(Colors.TitleText, width: 4) .border(Colors.TitleText, width: 4)

Loading…
Cancel
Save