fix D text and update SW
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@
|
|||||||
|
|
||||||
<div class="form">
|
<div class="form">
|
||||||
<input min="1" value="1" type="number" id="inputCount">
|
<input min="1" value="1" type="number" id="inputCount">
|
||||||
D
|
<span data-i18n="D">D</span>
|
||||||
<select value="6" id="inputSides" onchange="updateCustom()">
|
<select value="6" id="inputSides" onchange="updateCustom()">
|
||||||
<option value="4">4</option>
|
<option value="4">4</option>
|
||||||
<option value="6">6</option>
|
<option value="6">6</option>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const rpgDicesVersion = "rpg-dices-v0.2.2"
|
const rpgDicesVersion = "rpg-dices-v0.3.0"
|
||||||
const assets = [
|
const assets = [
|
||||||
"/",
|
"/",
|
||||||
"/index.html",
|
"/index.html",
|
||||||
@@ -25,7 +25,9 @@ const assets = [
|
|||||||
"/assets/dices/12.svg",
|
"/assets/dices/12.svg",
|
||||||
"/assets/dices/20.svg",
|
"/assets/dices/20.svg",
|
||||||
"/assets/dices/100.svg",
|
"/assets/dices/100.svg",
|
||||||
"/assets/dices/custom.svg",,
|
"/assets/dices/custom.svg",
|
||||||
|
"/assets/i18n/de.json",
|
||||||
|
"/assets/i18n/en.json",
|
||||||
"/assets/icons/icon.svg",
|
"/assets/icons/icon.svg",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user