Added various control panel options

This commit is contained in:
MaxRobinsonTheGreat
2020-07-09 20:32:25 -06:00
parent c6b0a5bafc
commit 949d46e7c4
10 changed files with 196 additions and 58 deletions

18
dist/css/style.css vendored
View File

@@ -32,18 +32,32 @@ canvas {
padding: 5px;
border: 10px;
border-color: black;
grid-row: 1;
height: 100%;
background-color: lightgray;
/* height: 100%; */
}
#speed-controller {
grid-column: 1;
grid-row: 1;
/* background-color: blue; */
}
#stats {
grid-column: 1;
grid-row: 2;
/* background-color: blue; */
}
#hyperparameters {
grid-column: 2;
grid-row: 1 / 2;
/* background-color: green; */
}
#powers {
grid-column: 3;
grid-row: 1 / 2;
/* background-color: yellow; */
}