stop button, loop skipped a frame

This commit is contained in:
Gator
2021-12-31 11:10:32 +01:00
parent e62fafb55d
commit 0b1073b66e
3 changed files with 23 additions and 4 deletions

View File

@ -54,13 +54,16 @@
<div class="form-field">
<input type="button" name="start" id="start" value="start"/>
</div>
<div class="form-field">
<input type="button" name="stop" id="stop" value="stop"/>
</div>
<div class="form-field">
<input type="button" name="reset" id="reset" value="reset"/>
</div>
</form>
</div>
<div class="menu-row">
<form method="">
<form>
<div class="form-field">
<label for="live">Living cell color</label>
<input name="live" type="color" id="live" value="#000000"/>