added vibration when dice is rolled

master
Le~Kat 2023-02-25 00:09:16 -05:00
parent fe010d949c
commit 678f713722
3 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,4 @@
0.90: got most of the features done, lacking some polish and real-hardware testing
1.00: overhauled the whole app, made some margins larger to be easier to tap on
1.01: fixed bug that caused rolled dice on the right of screen to be writ off-screen
1.02: added vibration when dice is rolled

View File

@ -108,6 +108,8 @@ function rollDice() {
g.drawString ((" " + resultsArr [i]).slice (-3), 96, 10 + 40 * (i - 4));
}
}
Bangle.buzz();
}
function random (max) {

View File

@ -1,7 +1,7 @@
{ "id": "multidice",
"name": "multiple dice roller",
"shortName":"multidice",
"version":"1.01",
"version":"1.02",
"description": "roll anywhere from 1-8 dice at the same time",
"icon": "app.png",
"tags": "tool,game",