Skip to content

Commit

Permalink
Lower volume
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrificTrifid committed Sep 17, 2022
1 parent a9583b4 commit 38bf67d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions planets/qm_bh.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
},
"Volumes": {
"audioVolumes": [
{ "audio": "OW_QuantumMoon", "track": "music", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110 },
{ "audio": "Eye_of_Universe_Ambience_v2_01", "track": "environment", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110 }
{ "audio": "OW_QuantumMoon", "track": "music", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110, "volume": 0.3 },
{ "audio": "Eye_of_Universe_Ambience_v2_01", "track": "environment", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110, "volume": 0.3 }
]
}
}
4 changes: 2 additions & 2 deletions planets/qm_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
},
"Volumes": {
"audioVolumes": [
{ "audio": "OW_QuantumMoon", "track": "music", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110 },
{ "audio": "Eye_of_Universe_Ambience_v2_01", "track": "environment", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110 }
{ "audio": "OW_QuantumMoon", "track": "music", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110, "volume": 0.3 },
{ "audio": "Eye_of_Universe_Ambience_v2_01", "track": "environment", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110, "volume": 0.3 }
]
}
}
4 changes: 2 additions & 2 deletions planets/qm_eye.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
},
"Volumes": {
"audioVolumes": [
{ "audio": "OW_QuantumMoon", "track": "music", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110 },
{ "audio": "Eye_of_Universe_Ambience_v2_01", "track": "environment", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110 }
{ "audio": "OW_QuantumMoon", "track": "music", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110, "volume": 0.3 },
{ "audio": "Eye_of_Universe_Ambience_v2_01", "track": "environment", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110, "volume": 0.3 }
]
}
}
4 changes: 2 additions & 2 deletions planets/qm_gd.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
},
"Volumes": {
"audioVolumes": [
{ "audio": "OW_QuantumMoon", "track": "music", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110 },
{ "audio": "Eye_of_Universe_Ambience_v2_01", "track": "environment", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110 }
{ "audio": "OW_QuantumMoon", "track": "music", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110, "volume": 0.3 },
{ "audio": "Eye_of_Universe_Ambience_v2_01", "track": "environment", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110, "volume": 0.3 }
]
}
}
4 changes: 2 additions & 2 deletions planets/qm_ht.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
},
"Volumes": {
"audioVolumes": [
{ "audio": "OW_QuantumMoon", "track": "music", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110 },
{ "audio": "Eye_of_Universe_Ambience_v2_01", "track": "environment", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110 }
{ "audio": "OW_QuantumMoon", "track": "music", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110, "volume": 0.3 },
{ "audio": "Eye_of_Universe_Ambience_v2_01", "track": "environment", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110, "volume": 0.3 }
]
}
}
4 changes: 2 additions & 2 deletions planets/qm_th.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
},
"Volumes": {
"audioVolumes": [
{ "audio": "OW_QuantumMoon", "track": "music", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110 },
{ "audio": "Eye_of_Universe_Ambience_v2_01", "track": "environment", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110 }
{ "audio": "OW_QuantumMoon", "track": "music", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110, "volume": 0.3 },
{ "audio": "Eye_of_Universe_Ambience_v2_01", "track": "environment", "position": {"x": 0, "y": 0, "z": 0}, "radius": 110, "volume": 0.3 }
]
}
}

0 comments on commit 38bf67d

Please sign in to comment.