comparison GeoQuiz/GuessThePopulationView.swift @ 20:e281791e0494

finish implementation
author Dennis C. M. <dennis@denniscm.com>
date Sun, 23 Oct 2022 11:48:39 +0100
parents f140bb277c96
children b145c408f791
comparison
equal deleted inserted replaced
19:f140bb277c96 20:e281791e0494
21 VStack { 21 VStack {
22 GameToolbar(game: game, color: .maizeCrayola) 22 GameToolbar(game: game, color: .maizeCrayola)
23 23
24 Spacer() 24 Spacer()
25 25
26 FlagImage(flagSymbol: game.correctAnswer.value.flag, cornerRadius: 20) 26 FlagImage(flagSymbol: game.correctAnswer.value.flag)
27 .clipShape(RoundedRectangle(cornerRadius: 20)) 27 .clipShape(RoundedRectangle(cornerRadius: 20))
28 .shadow(radius: 10) 28 .shadow(radius: 10)
29 .frame(height: geo.size.height * 0.15) 29 .frame(height: geo.size.height * 0.15)
30 30
31 Spacer() 31 Spacer()