|
|
|
@ -13,7 +13,7 @@ struct MainMenuView: View {
|
|
|
|
|
@State private var currentImage: String?
|
|
|
|
|
@State private var timer: Timer?
|
|
|
|
|
@State private var showImage = false
|
|
|
|
|
let images: [String] = [AppImages.SemiLion, AppImages.SemiDog, AppImages.SemiRat, AppImages.SemiWolf, AppImages.SemiLeopard, AppImages.SemiElephant, AppImages.SemiCat] // Add your image names here
|
|
|
|
|
let images: [String] = [AppImages.SemiLion, AppImages.SemiDog, AppImages.SemiRat, AppImages.SemiWolf, AppImages.SemiLeopard, AppImages.SemiElephant, AppImages.SemiCat]
|
|
|
|
|
|
|
|
|
|
var body: some View {
|
|
|
|
|
NavigationView {
|
|
|
|
|