canvas camera moving

This commit is contained in:
2026-03-04 18:45:42 -06:00
parent 0b66096fc2
commit 6d5e6b5202
3 changed files with 23 additions and 15 deletions

View File

@@ -6,17 +6,11 @@ main {
align-items: center;
background: black;
color: white;
position: absolute;
top: 0;
z-index: -999;
}
.welcome {
text-align: center;
z-index: 99;
position: absolute;
top: 50%;
}
.canvas {
}