🐛 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")
.font(.body)
.bold()
/*.sheet(isPresented: $showingPopup) {
ShowAllPlayer
}*/
.sheet(isPresented: $showingPopup) {
ShowAllPlayer(isShowingSheet: $showingPopup, players: $players)
}
} .frame(width: 150, height: 150)
.padding()
.border(Colors.TitleText, width: 4)

Loading…
Cancel
Save