diff --git a/dist/css/style.css b/dist/css/style.css index 5101344..3ac6f65 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -15,9 +15,17 @@ body{ #env { position: fixed; top: 0; - bottom: 300px; /* must correspond to control-panel height*/ + height: 100%; width: 100%; text-align: center; + transform: scale(1); + image-rendering: pixelated; +} + +#env-canvas { + top: 0; + left: 0; + position: relative; } .control-panel { @@ -56,6 +64,7 @@ button { text-decoration: none; display: inline-block; font-size: 16px; + min-width: 30px; } button:hover{ background-color: #81d2c7; @@ -72,6 +81,11 @@ button:hover{ grid-column: 1; } +#view-controls { + float:right; + padding: 10px; +} + .col-row-input { display: none; } @@ -130,11 +144,15 @@ button:hover{ width: 30px; height: 30px; } +.edit-mode-btn#drag-view { + background-color: #81d2c7; +} #drop-org { bottom: 0; } #editor-env { + image-rendering: pixelated; height: 195px; width: 195px; } @@ -189,3 +207,15 @@ button:hover{ #editor-mode-cont{ padding-top: 20px; } + +#minimize { + margin: 10px; + /* align-self: center; */ + float: right; +} +#maximize { + position: fixed; + bottom: 10px; + right: 10px; + display: none; +} \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 594b982..b1e9c5c 100644 --- a/dist/index.html +++ b/dist/index.html @@ -6,6 +6,7 @@ +
@@ -15,6 +16,10 @@Editor
Rule Tuning
Stats
+
+
The Life Engine is a virtual ecosystem that allows organisms to grow, spread, and compete.
Each organism is made up by a structure of cells, which provide different benefits based on their color.
@@ -171,5 +177,6 @@