control panel minimized by default
This commit is contained in:
4
dist/css/style.css
vendored
4
dist/css/style.css
vendored
@@ -37,7 +37,7 @@ body{
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: #3a4b68;
|
background-color: #3a4b68;
|
||||||
display: grid;
|
display: none;
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-columns: repeat(3, 1fr);
|
||||||
/* opacity: 0.8; */
|
/* opacity: 0.8; */
|
||||||
}
|
}
|
||||||
@@ -236,7 +236,7 @@ button:active{
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
display: none;
|
/* display: none; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#headless-notification {
|
#headless-notification {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ const Hyperparams = require("../Hyperparameters");
|
|||||||
class EnvironmentController extends CanvasController{
|
class EnvironmentController extends CanvasController{
|
||||||
constructor(env, canvas) {
|
constructor(env, canvas) {
|
||||||
super(env, canvas);
|
super(env, canvas);
|
||||||
this.mode = Modes.Drag;
|
this.mode = Modes.FoodDrop;
|
||||||
this.org_to_clone = null;
|
this.org_to_clone = null;
|
||||||
this.add_new_species = false;
|
this.add_new_species = false;
|
||||||
this.defineZoomControls();
|
this.defineZoomControls();
|
||||||
|
|||||||
Reference in New Issue
Block a user