rewrote tooltip
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -144,7 +144,7 @@
|
|||||||
<input type="number" id="move-range-edit" min="1" max="100" value=3 step="1">
|
<input type="number" id="move-range-edit" min="1" max="100" value=3 step="1">
|
||||||
</div>
|
</div>
|
||||||
<div id='mutation-rate-cont'>
|
<div id='mutation-rate-cont'>
|
||||||
<label for="mutation-rate-edit" title='The rate at which the organism mutates.'>Mutation Rate:</label>
|
<label for="mutation-rate-edit" title='Probability that offspring of this organism will mutate'>Mutation Rate:</label>
|
||||||
<input type="number" id="mutation-rate-edit" min="1" max="100" value=3 step="1">
|
<input type="number" id="mutation-rate-edit" min="1" max="100" value=3 step="1">
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user