|
69 | 69 |
|
70 | 70 | <toggle-setting apply-on-change="true" value="EnableFaceGlow" text="Enable Glowing Face Symbols"
|
71 | 71 | hover-hint="Show glow around symbols"/>
|
72 |
| - <slider-setting apply-on-change="true" value="GlowScale" text="Glow Scale" |
73 |
| - min="0.01" max="2.0" increment="0.01" show-buttons="true" formatter="PercentageFormatter" |
74 |
| - hover-hint="Scale of glow on face symbols"/> |
75 | 72 | <slider-setting apply-on-change="true" value="GlowIntensity" text="Glow Intensity"
|
76 | 73 | min="0.01" max="3.0" increment="0.01" show-buttons="true" formatter="PercentageFormatter"
|
77 | 74 | hover-hint="Intensity of glow on face symbols"/>
|
|
95 | 92 | <slider-setting apply-on-change="true" value="ArrowOffsetY" text="Vertical Arrow Offset"
|
96 | 93 | min="-2.0" max="2.0" increment="0.005" show-buttons="true" formatter="PreciseFloatFormatter"
|
97 | 94 | hover-hint="Vertical offset (Y-axis) of note arrows"/>
|
| 95 | + |
| 96 | + <horizontal><text text="-----" font-size="4" color="#00000000"/></horizontal> |
| 97 | + |
| 98 | + <slider-setting apply-on-change="true" value="ArrowGlowScale" text="Arrow Glow Scale" |
| 99 | + min="0.01" max="2.0" increment="0.01" show-buttons="true" formatter="PercentageFormatter" |
| 100 | + hover-hint="Scale of glow on arrows"/> |
98 | 101 | </modifier-container>
|
99 | 102 | </tab>
|
100 | 103 |
|
|
103 | 106 | <toggle-setting apply-on-change="true" value="EnableDots" text="Show Dots"
|
104 | 107 | hover-hint="Show dots"/>
|
105 | 108 |
|
106 |
| - <horizontal><text text="-----" font-size="4" color="#00000000"/></horizontal> |
| 109 | + <horizontal><text text="-----" font-size="2" color="#00000000"/></horizontal> |
107 | 110 |
|
108 | 111 | <slider-setting apply-on-change="true" value="DotMeshSides" text="Dot Shape Sides"
|
109 | 112 | min="4" max="48" increment="1" integer-only="true" show-buttons="true"
|
110 | 113 | hover-hint="Amount of sides on the dot symbol"/>
|
111 | 114 |
|
112 |
| - <horizontal><text text="-----" font-size="4" color="#00000000"/></horizontal> |
| 115 | + <horizontal><text text="-----" font-size="2" color="#00000000"/></horizontal> |
113 | 116 |
|
114 | 117 | <slider-setting apply-on-change="true" value="DotScaleX" text="Horizontal Dot Scale"
|
115 | 118 | min="0.05" max="3.0" increment="0.05" show-buttons="true" formatter="PercentageFormatter"
|
|
118 | 121 | min="0.05" max="3.0" increment="0.05" show-buttons="true" formatter="PercentageFormatter"
|
119 | 122 | hover-hint="Vertical scale (Y-axis) of note dots"/>
|
120 | 123 |
|
121 |
| - <horizontal><text text="-----" font-size="4" color="#00000000"/></horizontal> |
| 124 | + <horizontal><text text="-----" font-size="2" color="#00000000"/></horizontal> |
122 | 125 |
|
123 | 126 | <slider-setting apply-on-change="true" value="DotOffsetX" text="Horizontal Dot Offset"
|
124 | 127 | min="-2.0" max="2.0" increment="0.005" show-buttons="true" formatter="PreciseFloatFormatter"
|
125 | 128 | hover-hint="Horizontal offset (X-axis) of note dots"/>
|
126 | 129 | <slider-setting apply-on-change="true" value="DotOffsetY" text="Vertical Dot Offset"
|
127 | 130 | min="-2.0" max="2.0" increment="0.005" show-buttons="true" formatter="PreciseFloatFormatter"
|
128 | 131 | hover-hint="Vertical offset (Y-axis) of note dots"/>
|
| 132 | + |
| 133 | + <horizontal><text text="-----" font-size="2" color="#00000000"/></horizontal> |
| 134 | + |
| 135 | + <slider-setting apply-on-change="true" value="DotGlowScale" text="Dot Glow Scale" |
| 136 | + min="0.01" max="2.0" increment="0.01" show-buttons="true" formatter="PercentageFormatter" |
| 137 | + hover-hint="Scale of glow on dots"/> |
129 | 138 | </modifier-container>
|
130 | 139 | </tab>
|
131 | 140 |
|
|
0 commit comments