Skip to content

Commit

Permalink
Added missing localization entries for various settings
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Sep 22, 2024
1 parent 7ea9af6 commit b00801f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Assets/StreamingAssets/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,13 +1273,16 @@
"Description": "Size of the pitch leniency window (in semitones); in other words, how off-pitch the player can sing, and the game will still detect as a correct note, in the Expert difficulty."
},
"PercussionHitWindow": {
"Name": "Percussion Hit Window"
"Name": "Percussion Hit Window",
"Description": ""
},
"ChordStaggerWindow": {
"Name": "Chord Stagger Window"
"Name": "Chord Stagger Window",
"Description": ""
},
"FatFingerWindow": {
"Name": "Fat Finger Window"
"Name": "Fat Finger Window",
"Description": ""
},
"DynamicScale": {
"Name": "Dynamic Window Scale",
Expand All @@ -1294,7 +1297,12 @@
"Description": "Biases the dynamic hit window one way or another. Values below 1 gives, on average, a looser window."
},
"PerfectPitchPercent": {
"Name": "Perfect Pitch Percent"
"Name": "Perfect Pitch Percent",
"Description": ""
},
"SustainDropLeniency": {
"Name": "Sustain Drop Leniency",
"Description": ""
}
}
}
Expand Down

0 comments on commit b00801f

Please sign in to comment.