comparison GeoQuiz/GuessTheCountryView.swift @ 31:9d6dd0e59c22

remove dataset and add new screenshots
author Dennis C. M. <dennis@denniscm.com>
date Fri, 11 Nov 2022 08:59:02 +0100
parents 3f4b366d476d
children 6d574bd1644f
comparison
equal deleted inserted replaced
30:eb23effeede7 31:9d6dd0e59c22
23 .padding(.bottom) 23 .padding(.bottom)
24 24
25 Spacer() 25 Spacer()
26 26
27 CityMap(game: gameController) 27 CityMap(game: gameController)
28 .frame(height: geo.size.height * 0.35) 28 .frame(height: geo.size.height * 0.30)
29 .padding(.bottom) 29 .padding(.bottom)
30 30
31 Spacer() 31 Spacer()
32 32
33 VStack(alignment: .leading) { 33 VStack(alignment: .leading) {