some updates to the game grid
This commit is contained in:
parent
3da8c9d5c0
commit
1d63e3d983
2 changed files with 42 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue