additional stuff
This commit is contained in:
parent
f0f10e4bed
commit
d0434ffebb
@ -100,6 +100,7 @@ function reset() {
|
||||
score.value = 0;
|
||||
gameOver.value = false;
|
||||
victory.value = false;
|
||||
determineNext();
|
||||
}
|
||||
|
||||
function determineNext() {
|
||||
|
@ -43,6 +43,11 @@ body {
|
||||
|
||||
&-field {
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
&-score {
|
||||
@ -52,6 +57,7 @@ body {
|
||||
|
||||
&-pointer {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
|
||||
@ -81,6 +87,7 @@ body {
|
||||
justify-content: center;
|
||||
font-size: 2rem;
|
||||
pointer-events: none;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
&-object {
|
||||
|
Loading…
Reference in New Issue
Block a user