added saving/loading sim controls
This commit is contained in:
3
dist/css/style.css
vendored
3
dist/css/style.css
vendored
@@ -271,8 +271,7 @@ button:active{
|
||||
}
|
||||
|
||||
#video {
|
||||
height: 100%;
|
||||
max-height: 190px;
|
||||
height: 200px;
|
||||
margin: auto;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
|
||||
5
dist/index.html
vendored
5
dist/index.html
vendored
@@ -233,7 +233,10 @@
|
||||
<label for="food-blocks" title='When on, reproduction will fail if offspring intersect with food. When off, offspring will remove blocking food.'>Food blocks reproduction</label>
|
||||
<input type="checkbox" id="food-blocks" checked>
|
||||
<br>
|
||||
|
||||
<button id='save-controls'>Save</button>
|
||||
<button id='load-controls'>Load</button>
|
||||
<a id="download-el" style="display: none;"></a>
|
||||
<input id="upload-el" style="display: none;" type="file">
|
||||
</div>
|
||||
</div>
|
||||
<div id='stats' class='tab'>
|
||||
|
||||
Reference in New Issue
Block a user