Added auto food generation

This commit is contained in:
Max Robinson
2021-02-03 16:39:51 -07:00
parent b906d14c91
commit 56b27c65b6
5 changed files with 29 additions and 1 deletions

3
dist/index.html vendored
View File

@@ -189,6 +189,9 @@
<br>
<label for="look-range" title='How far an eye cell can see (in number of cells)'>Look range:</label>
<input type="number" id="look-range" min="1" max="50" value=20 step="1">
<br>
<label for="food-drop-rate" title='Rate at which food is automatically generated and dropped in the world'>Auto food drop rate:</label>
<input type="number" id="food-drop-rate" value=0 max="1000">
</div>
<div class='right-half'>

2
dist/js/bundle.js vendored

File diff suppressed because one or more lines are too long