Skip to content

Commit

Permalink
タップサウンドの音量変更
Browse files Browse the repository at this point in the history
✅音量を小さくしました
  • Loading branch information
cranoo3 committed Oct 20, 2023
1 parent ec064d6 commit ae6bf93
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data" : [
{
"filename" : "TapSound.m4a",
"filename" : "TapSound-3.m4a",
"idiom" : "universal"
}
],
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions PumpkinSmash/GameFieldView/Alert/CustomAlert.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import SwiftUI

struct CustomAlert: View {
// pathを使用してメニューに戻すことができる

var body: some View {
ZStack() {
VStack(spacing: 0) {
Expand Down

0 comments on commit ae6bf93

Please sign in to comment.