construct mode mob spawns

This commit is contained in:
landgreen
2020-05-03 04:38:48 -07:00
parent 222c95af67
commit a64b969186
5 changed files with 45 additions and 49 deletions

View File

@@ -101,17 +101,17 @@ summary {
bottom: 0%;
right: 0%;
z-index: 1;
width: 300px;
height: 320px;
width: 250px;
height: 200px;
background-color: #fff;
color: #000;
font-size: 0.9em;
user-select: text;
/* user-select: text; */
white-space: pre;
padding: 3px;
overflow: scroll;
/* overflow: scroll; */
/* border-radius: 0px; */
border: 2px #333 solid;
border: 1px #333 solid;
}
#choose-grid {