This commit is contained in:
sageTheDM 2025-01-06 11:24:39 +01:00
parent 78795c5be3
commit 916487f82d
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,7 @@
<p>▲ or W or arrow up = move up</p>
<p>▼ or S or arrow down = move down</p>
</div>
<canvas id="grid"></canvas>
<canvas id="game"></canvas>
</article>
</div>

View file

@ -193,6 +193,7 @@ h1 {
canvas {
display: none;
z-index: 1000;
}
#grid {