Update index.html

This commit is contained in:
MeowcaTheoRange 2022-06-18 17:37:35 -05:00 committed by GitHub
parent 0b4f18096e
commit 2f07e73840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,9 +24,7 @@
<button class="material-icons" title="Add Counter" onclick="addDie(cont, 1, 'Counter', true);">pin</button>
<button class="material-icons" title="Add Bag" onclick="addDieBag(cont);">create_new_folder</button>
</div>
<div class="content dropHere" ondrop="drop(event)" ondragover="allowDrop(event)">
<div></div>
</div>
<div class="content dropHere" ondrop="drop(event)" ondragover="allowDrop(event)"><div></div></div>
<templates>
<template id="dieUI">
<div class="die rollable{IS_COUNTER}" id="{RAND_ID}" draggable="true" ondragstart="drag(event)">