Skip to content

Commit 6fadb22

Browse files
Readme update woops fogor
1 parent 51ac092 commit 6fadb22

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

NoteTweaks/UI/BSML/Settings.bsml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
min="0.1" max="2.0" increment="0.01" show-buttons="true" formatter="PercentageFormatter"/>
99
<slider-setting apply-on-change="true" value="LinkScale" text="Chain Link Scale"
1010
min="0.1" max="2.0" increment="0.01" show-buttons="true" formatter="PercentageFormatter"
11-
hover-hint="Scale of chain links relative to note scale (ex. note @ 97% + chain @ 100% = chain @ 97%)"/>
11+
hover-hint="Scale of chain links relative to note scale"/>
1212

1313
<horizontal><text text="-----" font-size="3" color="#00000000"/></horizontal>
1414

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Configuration is done in-game via a Menu button in the left panel of the Main Me
3232
"x": 0.0,
3333
"y": 0.0
3434
},
35-
"NoteScale": 1.0
35+
"NoteScale": 1.0,
36+
"LinkScale": 1.0
3637
}
3738
```
3839
`bool` **Enabled**
@@ -59,6 +60,9 @@ Configuration is done in-game via a Menu button in the left panel of the Main Me
5960
`float` **NoteScale**
6061
> Scale notes themselves by the specified factor
6162
63+
`float` **LinkScale**
64+
> Scale of chain links relative to note scaling
65+
6266
## Dependencies
6367
- BSIPA
6468
- BeatSaberMarkupLanguage
@@ -68,4 +72,5 @@ Configuration is done in-game via a Menu button in the left panel of the Main Me
6872
- BeatLeader
6973
- BSExtraColorPresets
7074
- SoundReplacer *(Meivyn's fork)*
71-
- BeatSaberPlus
75+
- BeatSaberPlus
76+
- JDFixer

0 commit comments

Comments
 (0)