forked from rDrama/rDrama
1
0
Fork 0

cozier upsidedown

master
Aevann 2023-10-13 20:22:59 +03:00
parent f4de32ba0e
commit a051adfcb6
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@ body {
}
#canvas {
position: absolute;
z-index: 1;
position: fixed;
pointer-events: none;
}

View File

@ -1,4 +1,4 @@
let st = init("canvas"), // stranger things var
let st = init("canvas"),
w = (canvas.width = innerWidth),
h = (canvas.height = innerHeight);