Fixed gameplay loop audio file, reduced volumes
This commit is contained in:
parent
1456f80587
commit
6e7add2676
7 changed files with 12 additions and 12 deletions
3
Assets/Music/intro.mp3
Normal file
3
Assets/Music/intro.mp3
Normal file
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4872777e988781a2997bc6277784c7818e1cb4291f75873e1b1bda5e83930150
|
||||
size 931003
|
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 70468d0f91cbb24408f26c930e0cfc35
|
||||
guid: 09f15fdc01d19bc4c98f9ad8699e7fa7
|
||||
AudioImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 6
|
|
@ -1,3 +0,0 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1173177a6ab46e4ef20a633dd561160776d7815c5331bf56683eaa605d9cca5a
|
||||
size 4105356
|
3
Assets/Music/main.mp3
Normal file
3
Assets/Music/main.mp3
Normal file
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:169f841ee93acd7c0475f5e34ee424603e46afa9d3f1a07c381a9c7d087277df
|
||||
size 8377991
|
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: cc47eb2acc072a44e8f9f61bbcbdca03
|
||||
guid: 3f7918a0b87459040a6117b321602896
|
||||
AudioImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 6
|
|
@ -1,3 +0,0 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:441a1213d06651680cdbdc865f8270778632f73cee15fc32dd10ed8e619a1ee6
|
||||
size 1154620
|
|
@ -43,9 +43,9 @@ AudioSource:
|
|||
m_Enabled: 1
|
||||
serializedVersion: 4
|
||||
OutputAudioMixerGroup: {fileID: 0}
|
||||
m_audioClip: {fileID: 8300000, guid: 70468d0f91cbb24408f26c930e0cfc35, type: 3}
|
||||
m_audioClip: {fileID: 8300000, guid: 09f15fdc01d19bc4c98f9ad8699e7fa7, type: 3}
|
||||
m_PlayOnAwake: 0
|
||||
m_Volume: 1
|
||||
m_Volume: 0.25
|
||||
m_Pitch: 1
|
||||
Loop: 1
|
||||
Mute: 0
|
||||
|
@ -139,9 +139,9 @@ AudioSource:
|
|||
m_Enabled: 1
|
||||
serializedVersion: 4
|
||||
OutputAudioMixerGroup: {fileID: 0}
|
||||
m_audioClip: {fileID: 8300000, guid: cc47eb2acc072a44e8f9f61bbcbdca03, type: 3}
|
||||
m_audioClip: {fileID: 8300000, guid: 3f7918a0b87459040a6117b321602896, type: 3}
|
||||
m_PlayOnAwake: 0
|
||||
m_Volume: 1
|
||||
m_Volume: 0.25
|
||||
m_Pitch: 1
|
||||
Loop: 1
|
||||
Mute: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue