some updates to the game grid

This commit is contained in:
Rusty Striker 2025-06-18 19:47:19 +03:00
parent 3da8c9d5c0
commit 1d63e3d983
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
2 changed files with 42 additions and 4 deletions

View file

@ -64,7 +64,9 @@
<button style="background-color: #ffffd6;" onclick="showHideDiv('initiative-tracker')"><b>i</b></button>
</div>
<div id="map" style="position:absolute; transform-origin: top left; user-select: none;">
<img src="https://rustystriker.dev/molly.jpg" height="200%">
<img id="map-background" src="https://rustystriker.dev/molly.jpg" height="200%">
<canvas style="position: absolute; top: 0px; left: 0px;" id="map-grid" width="1000"
height="1000"></canvas>
</div>
</div>
</div>