MuniMuniMuniMuni
This commit is contained in:
parent
3d3b0bfa31
commit
d5614f3ce7
@ -35,14 +35,17 @@
|
|||||||
<option value="1.4">140%</option>
|
<option value="1.4">140%</option>
|
||||||
<option value="1.6" selected>160%</option>
|
<option value="1.6" selected>160%</option>
|
||||||
</select>
|
</select>
|
||||||
<label for="flexible" alt="Yes"
|
<span class="tooltip"><label for="flexible" alt="Yes"
|
||||||
><b>Flexible Team?</b></label
|
><b>Flexible Team?</b></label
|
||||||
><input id="flexible" type="checkbox" />
|
><input id="flexible" type="checkbox" />
|
||||||
<i>If turned on, calculates scoring options using lower % teams also.</i>
|
<span class="tooltiptext">If turned on, calculates scoring options using lower % teams also.</span>
|
||||||
|
</span>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<label for="maxscore"><b>Max Free Live Score: </b></label
|
<span class="tooltip"><label for="maxscore"><b>Max Free Live Score: </b></label
|
||||||
><input id="maxscore" min="0" type="number" value="650000" /> <i> (Use 0 for Rehearsals Only)</i>
|
><input id="maxscore" min="0" type="number" value="650000" /> <span class="tooltiptext">
|
||||||
|
The maximum score you can get from playing a song using <font color="aqua">Free Live</font>.<br>
|
||||||
|
<sub>(Use 0 for Rehearsals Only)</sub></span></span>
|
||||||
<hr />
|
<hr />
|
||||||
<label for="starting"><b>Starting EP: </b></label
|
<label for="starting"><b>Starting EP: </b></label
|
||||||
><input id="starting" min="0" type="number" value="100000" />
|
><input id="starting" min="0" type="number" value="100000" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user