mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-26 15:06:16 -04:00
Graphics change, more light thanks to optimized computations
This commit is contained in:
parent
83c79b6564
commit
ba7e368938
16 changed files with 215 additions and 90 deletions
|
@ -30,6 +30,9 @@ body {
|
|||
height: calc(var(--vh, 1vh) * 100);
|
||||
width: 100vw;
|
||||
}
|
||||
canvas:not(#game) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#score,
|
||||
#menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue