Skip to content

Commit

Permalink
Lowered default volume, removed audio from environment test scene.
Browse files Browse the repository at this point in the history
  • Loading branch information
PathogenDavid committed Sep 15, 2024
1 parent 635d764 commit 8d577a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 61 deletions.
4 changes: 2 additions & 2 deletions Assets/HandMadeGame/Code/TestScripts/BackgroundMusicTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class BackgroundMusicTest : MonoBehaviour

void Start()
{
Audio.SetAudioVolume(10);
Audio.PlayMusic(Music);
Audio.SetAudioVolume(7);
Audio.PlayMusic(Music, 0f);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38032,64 +38032,6 @@ Transform:
type: 3}
m_PrefabInstance: {fileID: 1799550415}
m_PrefabAsset: {fileID: 0}
--- !u!1 &1800858418
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1800858421}
- component: {fileID: 1800858420}
- component: {fileID: 1800858419}
m_Layer: 0
m_Name: AudioController
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!114 &1800858419
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1800858418}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 82a09c9374f20b7459966d6789e85c01, type: 3}
m_Name:
m_EditorClassIdentifier:
Music: {fileID: 8300000, guid: ae94d1f7892e3f04c9ba9b56e530be99, type: 3}
--- !u!114 &1800858420
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1800858418}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 285c89b8803eace40bb2ac7a8217fe92, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!4 &1800858421
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1800858418}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 38.121708, y: 1.2903686, z: 20.481873}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1001 &1803644514
PrefabInstance:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -45174,7 +45116,6 @@ SceneRoots:
- {fileID: 2110672022}
- {fileID: 1441048546}
- {fileID: 475276780}
- {fileID: 1800858421}
- {fileID: 1555672795}
- {fileID: 791912136}
- {fileID: 1296344649}
Expand Down

0 comments on commit 8d577a1

Please sign in to comment.