fault tolerance

tech: fault tolerance - spawn 9 drones that last forever, remove your drone gun

fade in after death is more gradual
This commit is contained in:
landgreen
2021-10-17 09:00:11 -07:00
parent dbe33239fb
commit 19c008fec1
12 changed files with 264 additions and 71 deletions

View File

@@ -54,6 +54,7 @@ em {
width: 100%;
height: 100%;
z-index: 2;
transition: opacity 5s ease-in;
}
*:focus {
@@ -121,6 +122,7 @@ summary {
bottom: 3px;
right: 3px;
z-index: 12;
transition: opacity 5s ease-in;
}
#construct {
@@ -360,6 +362,7 @@ summary {
left: 3px;
z-index: 12;
font-size: 1.5em;
transition: opacity 5s ease-in;
}
.details-div {