diff --git a/src/lib/components/diceRoller.svelte b/src/lib/components/diceRoller.svelte index 6bad9d7..09edbd0 100644 --- a/src/lib/components/diceRoller.svelte +++ b/src/lib/components/diceRoller.svelte @@ -3,65 +3,61 @@
- {#if roll && roll.x && roll.y} -
X: {roll.x} | Y: {roll.y}
- -
- - - {#each {length: 10} as _, i} - - - {/each} - - - - +
X: {roll.x} | Y: {roll.y}
+ +
+ + + {#each {length: 11} as _, i} + + + {/each} + + + + - - - - - - {#each {length: 10} as _, i} - {i+1} - {i+1} - {/each} - - - - - - - - -
- {:else} -
Click Roll!
- {/if} + + + + + + {#each {length: 11} as _, i} + {i-5} + {i-5} + {/each} + + + + + + + + +