mod turret mode

This commit is contained in:
landgreen
2020-07-06 17:29:36 -07:00
parent 00933c9f7e
commit ef28029415
11 changed files with 329 additions and 318 deletions

View File

@@ -459,6 +459,11 @@ em {
letter-spacing: 1px;
}
.color-g {
color: hsl(218, 100%, 27%);
letter-spacing: 1px;
}
.color-r {
color: #f7b;
letter-spacing: 1px;
@@ -485,6 +490,20 @@ em {
margin-bottom: -5px;
}
.circle-gun-mod {
box-shadow: 0 0 0 3px #025;
}
/* .circle-grid-gun {
width: 10px;
height: 10px;
border-radius: 50%;
display: inline-block;
margin-bottom: 0px;
background: #025;
box-shadow: 0 0 0 8px hsl(253, 80%, 67%);
} */
.field {
background: #0cf;
}