diff --git a/PumpkinSmash/Assets.xcassets/TapSound.dataset/Contents.json b/PumpkinSmash/Assets.xcassets/TapSound.dataset/Contents.json index 9bd65df..30be47f 100644 --- a/PumpkinSmash/Assets.xcassets/TapSound.dataset/Contents.json +++ b/PumpkinSmash/Assets.xcassets/TapSound.dataset/Contents.json @@ -1,7 +1,7 @@ { "data" : [ { - "filename" : "TapSound.m4a", + "filename" : "TapSound-3.m4a", "idiom" : "universal" } ], diff --git a/PumpkinSmash/Assets.xcassets/TapSound.dataset/TapSound-3.m4a b/PumpkinSmash/Assets.xcassets/TapSound.dataset/TapSound-3.m4a new file mode 100644 index 0000000..59953dc Binary files /dev/null and b/PumpkinSmash/Assets.xcassets/TapSound.dataset/TapSound-3.m4a differ diff --git a/PumpkinSmash/Assets.xcassets/TapSound.dataset/TapSound.m4a b/PumpkinSmash/Assets.xcassets/TapSound.dataset/TapSound.m4a deleted file mode 100644 index 19056e7..0000000 Binary files a/PumpkinSmash/Assets.xcassets/TapSound.dataset/TapSound.m4a and /dev/null differ diff --git a/PumpkinSmash/GameFieldView/Alert/CustomAlert.swift b/PumpkinSmash/GameFieldView/Alert/CustomAlert.swift index da2724f..5a51c59 100644 --- a/PumpkinSmash/GameFieldView/Alert/CustomAlert.swift +++ b/PumpkinSmash/GameFieldView/Alert/CustomAlert.swift @@ -8,6 +8,8 @@ import SwiftUI struct CustomAlert: View { + // pathを使用してメニューに戻すことができる + var body: some View { ZStack() { VStack(spacing: 0) {