adds d2 to easy roll
All checks were successful
CI / deploy (push) Successful in 5m49s

This commit is contained in:
Arindy 2025-02-16 18:47:02 +01:00
parent 0d324239bf
commit 1a0528933b

View File

@ -78,6 +78,7 @@
<button style="border: transparent; border-radius: 100%; font-size: large; font-weight: bold; height: 50px; width: 50px"
onclick="addDice()">+
</button>
<button style="font-size: large; font-weight: bold;" onclick="rollEasy('d2')">D2</button>
<button style="font-size: large; font-weight: bold;" onclick="rollEasy('d4')">D4</button>
<button style="font-size: large; font-weight: bold;" onclick="rollEasy('d6')">D6</button>
<button style="font-size: large; font-weight: bold;" onclick="rollEasy('d8')">D8</button>