Update index.html

This commit is contained in:
MeowcaTheoRange 2022-06-18 17:51:24 -05:00 committed by GitHub
parent 21bd1c010f
commit 4f9771c7a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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