god I hope this works

pull/2623/head
Le~Kat 2023-02-25 23:02:33 -05:00
parent 635d8be507
commit 09b2d9259f
3 changed files with 3 additions and 4 deletions

View File

@ -24,3 +24,4 @@
1.22: ok the buzzing *might* work now
1.23: forgot to resolve the promise
1.24: fixed dumb errors
1.25: god I hope this works

View File

@ -84,8 +84,7 @@ function accelHandler (xyz) {
if (xyz.diff >= 0.3) {
menu = false;
//rollDice();
//mutex (rollDice);
mutex (rollDice);
}
}
@ -166,6 +165,5 @@ Bangle.on ('accel', accelHandler);
setWatch (function() {
menu = false;
//rollDice();
mutex (rollDice);
}, BTN, {repeat: true, edge: "falling", debounce: 10});

View File

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