mirror of
https://github.com/zyllian/pipefall.git
synced 2025-05-10 08:46:38 -07:00
raise default random chance
This commit is contained in:
parent
dae8144447
commit
451fddd07a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<label for="play-at-random">play at random</label>
|
||||
</p>
|
||||
<p>
|
||||
<label>one in <input type="number" min="0" value="100" id="random-chance"> chance of playing every minute</label>
|
||||
<label>one in <input type="number" min="0" value="10" id="random-chance"> chance of playing every minute</label>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue