fixed bugs and added gameover screen

This commit is contained in:
2020-03-16 03:30:56 +01:00
parent eb693970fc
commit 3e7d944827
4 changed files with 95 additions and 14 deletions

View File

@@ -93,6 +93,26 @@ body {
text-shadow: -5px 14px 20px rgb(0, 0, 0);
cursor: pointer;
}
#start-the-game-loose {
position: absolute;
background-color: #44205c65;
height: 100%;
width: 100%;
z-index: 99999;
top: 0px;
right: 0px;
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
/* font-weight: 900; */
font-size: 9vw;
font-family: "8-bit-pusab";
-webkit-text-stroke: 2px rgb(10, 10, 10);
text-shadow: -5px 14px 20px rgb(0, 0, 0);
cursor: pointer;
}
#options-window {
position: absolute;
background-color: #000000d4;
@@ -154,6 +174,10 @@ body {
align-items: center;
width: fit-content;
}
.try-again{
display: none;
font-size: 3vw;
}
#range-value{
margin: 0 7px;
}