Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QuestionableM authored Jul 16, 2023
1 parent 8cfc5fb commit a9c2c1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ A dll that adds custom audio support for Scrap Mechanic mods
```json
"ExampleEffect": {
"parameterList": {
"DLM_Volume": 1.0f,
"DLM_Pitch": 1.0f,
"DLM_Reverb": 1.0f,
"DLM_ReverbIdx": -1.0f
"DLM_Volume": 1.0,
"DLM_Pitch": 1.0,
"DLM_Reverb": 1.0,
"DLM_ReverbIdx": -1.0
},
"effectList": [
{
Expand Down

0 comments on commit a9c2c1e

Please sign in to comment.