diff --git a/DouShouQi_App/DouShouQi_App.xcodeproj/project.pbxproj b/DouShouQi_App/DouShouQi_App.xcodeproj/project.pbxproj index cbeefb6..08fa6a3 100644 --- a/DouShouQi_App/DouShouQi_App.xcodeproj/project.pbxproj +++ b/DouShouQi_App/DouShouQi_App.xcodeproj/project.pbxproj @@ -171,6 +171,9 @@ ECF3FD272C25C83100F5E62B /* Fight.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = Fight.mp3; path = ../../../../../../Downloads/Fight.mp3; sourceTree = ""; }; ECF3FD302C2722C600F5E62B /* CDHistoriqueExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CDHistoriqueExtension.swift; sourceTree = ""; }; ECF3FD322C27238F00F5E62B /* Historique.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Historique.swift; sourceTree = ""; }; + ECF3FD352C299CC100F5E62B /* Fight.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = Fight.mp3; sourceTree = ""; }; + ECF3FD372C299CC500F5E62B /* Start.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = Start.mp3; sourceTree = ""; }; + ECF3FD382C299CC800F5E62B /* SelectFighterSound.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = SelectFighterSound.mp3; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -448,6 +451,9 @@ EC62C5042C045BE00048CD0B /* Musics */ = { isa = PBXGroup; children = ( + ECF3FD352C299CC100F5E62B /* Fight.mp3 */, + ECF3FD372C299CC500F5E62B /* Start.mp3 */, + ECF3FD382C299CC800F5E62B /* SelectFighterSound.mp3 */, EC0540C92C08BD8D0032E9EF /* GameMusic.mp3 */, EC62C5162C0620C00048CD0B /* rap.mp3 */, EC62C4FE2C0457AD0048CD0B /* TitleScreenMusic.mp3 */, diff --git a/DouShouQi_App/DouShouQi_App/Assets/Musics/Fight.mp3 b/DouShouQi_App/DouShouQi_App/Assets/Musics/Fight.mp3 new file mode 100644 index 0000000..2ce565c Binary files /dev/null and b/DouShouQi_App/DouShouQi_App/Assets/Musics/Fight.mp3 differ diff --git a/DouShouQi_App/DouShouQi_App/Assets/Musics/SelectFighterSound.mp3 b/DouShouQi_App/DouShouQi_App/Assets/Musics/SelectFighterSound.mp3 new file mode 100644 index 0000000..249cb10 Binary files /dev/null and b/DouShouQi_App/DouShouQi_App/Assets/Musics/SelectFighterSound.mp3 differ diff --git a/DouShouQi_App/DouShouQi_App/Assets/Musics/Start.mp3 b/DouShouQi_App/DouShouQi_App/Assets/Musics/Start.mp3 new file mode 100644 index 0000000..ad960ee Binary files /dev/null and b/DouShouQi_App/DouShouQi_App/Assets/Musics/Start.mp3 differ