Skip to content

Commit

Permalink
Game Prototype V0.27.0 Sound System
Browse files Browse the repository at this point in the history
- Add Sound System
- Add Background Music
  • Loading branch information
Kong-TH committed Mar 22, 2024
1 parent 195f4b4 commit a2f9ddb
Show file tree
Hide file tree
Showing 47 changed files with 26,578 additions and 1,957 deletions.
20 changes: 18 additions & 2 deletions Assets/Prefabs/Sound/MusicBG.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ GameObject:
- component: {fileID: 2185868781042355000}
- component: {fileID: 2185868781042355003}
- component: {fileID: 2346283656833029547}
- component: {fileID: 8129893516706578798}
m_Layer: 0
m_Name: MusicBG
m_TagString: Untagged
Expand Down Expand Up @@ -44,11 +45,11 @@ AudioSource:
serializedVersion: 4
OutputAudioMixerGroup: {fileID: 6531344444114399841, guid: 549755650e4fcc047be30a3cea769c33,
type: 2}
m_audioClip: {fileID: 8300000, guid: 4ef21b653862f6244988c12811157b92, type: 3}
m_audioClip: {fileID: 8300000, guid: 046ed5b0433fdff46821b800f4ebcab3, type: 3}
m_PlayOnAwake: 1
m_Volume: 1
m_Pitch: 1
Loop: 1
Loop: 0
Mute: 0
Spatialize: 0
SpatializePostEffects: 0
Expand Down Expand Up @@ -143,3 +144,18 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
duration: 0.5
--- !u!114 &8129893516706578798
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2185868781042355002}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: ffe66778f3b244059f16d3385a61f63a, type: 3}
m_Name:
m_EditorClassIdentifier:
m_audioClips:
- {fileID: 8300000, guid: 046ed5b0433fdff46821b800f4ebcab3, type: 3}
- {fileID: 8300000, guid: 9b05eb6bdca8851418cccf15c323df77, type: 3}
1 change: 1 addition & 0 deletions Assets/Resources/Chest Health Item.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ MonoBehaviour:
_reviveTime: 2
m_ReviveUI: {fileID: 0}
_dropEXP: 30
m_moveStateType: 0
--- !u!114 &9189455374270101200
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down
Loading

0 comments on commit a2f9ddb

Please sign in to comment.