comparison GeoQuiz/GuessTheCapitalView.swift @ 4:de54f05adb78

add prototype game stats
author Dennis C. M. <dennis@denniscm.com>
date Thu, 22 Sep 2022 11:38:42 +0200
parents 4dbe0cd9dadc
children 1946bbfde4af
comparison
equal deleted inserted replaced
3:4dbe0cd9dadc 4:de54f05adb78
70 } 70 }
71 } 71 }
72 .navigationBarHidden(true) 72 .navigationBarHidden(true)
73 73
74 // .sheet(isPresented: $game.showingBuyLivesView) { 74 // .sheet(isPresented: $game.showingBuyLivesView) {
75 // BuyLivesModal() 75 // BuyLivesModalView()
76 // } 76 // }
77 // 77 //
78 // .alert(game.alertTitle, isPresented: $game.showingNoLivesAlert) { 78 // .alert(game.alertTitle, isPresented: $game.showingNoLivesAlert) {
79 // Button("Buy lives") { game.showingBuyLivesView = true } 79 // Button("Buy lives") { game.showingBuyLivesView = true }
80 // Button("Exit", role: .destructive) { gameName = nil } 80 // Button("Exit", role: .destructive) { gameName = nil }