From d8111de6cc19066d558639a76909df99f2a1752b Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sun, 10 May 2020 16:11:23 +1000 Subject: [PATCH] Changed other dice icons to make different dice types temporarily --- src/components/map/dice/DiceControls.js | 30 ++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/src/components/map/dice/DiceControls.js b/src/components/map/dice/DiceControls.js index 509c5d6..ec2d306 100644 --- a/src/components/map/dice/DiceControls.js +++ b/src/components/map/dice/DiceControls.js @@ -25,19 +25,39 @@ function DiceControls({ onDiceAdd }) { > - + onDiceAdd(GemStoneDice, "d20")} + > - + onDiceAdd(GlassDice, "d20")} + > - + onDiceAdd(MetalDice, "d20")} + > - + onDiceAdd(MetalStoneDice, "d20")} + > - + onDiceAdd(WoodDice, "d20")} + >