File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 8
8
min="0.1" max="2.0" increment="0.01" show-buttons="true" formatter="PercentageFormatter"/>
9
9
<slider-setting apply-on-change="true" value="LinkScale" text="Chain Link Scale"
10
10
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"/>
12
12
13
13
<horizontal><text text="-----" font-size="3" color="#00000000"/></horizontal>
14
14
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ Configuration is done in-game via a Menu button in the left panel of the Main Me
32
32
"x" : 0.0 ,
33
33
"y" : 0.0
34
34
},
35
- "NoteScale" : 1.0
35
+ "NoteScale" : 1.0 ,
36
+ "LinkScale" : 1.0
36
37
}
37
38
```
38
39
` bool ` ** Enabled**
@@ -59,6 +60,9 @@ Configuration is done in-game via a Menu button in the left panel of the Main Me
59
60
` float ` ** NoteScale**
60
61
> Scale notes themselves by the specified factor
61
62
63
+ ` float ` ** LinkScale**
64
+ > Scale of chain links relative to note scaling
65
+
62
66
## Dependencies
63
67
- BSIPA
64
68
- BeatSaberMarkupLanguage
@@ -68,4 +72,5 @@ Configuration is done in-game via a Menu button in the left panel of the Main Me
68
72
- BeatLeader
69
73
- BSExtraColorPresets
70
74
- SoundReplacer * (Meivyn's fork)*
71
- - BeatSaberPlus
75
+ - BeatSaberPlus
76
+ - JDFixer
You can’t perform that action at this time.
0 commit comments