god I hope this works
parent
635d8be507
commit
09b2d9259f
|
|
@ -24,3 +24,4 @@
|
||||||
1.22: ok the buzzing *might* work now
|
1.22: ok the buzzing *might* work now
|
||||||
1.23: forgot to resolve the promise
|
1.23: forgot to resolve the promise
|
||||||
1.24: fixed dumb errors
|
1.24: fixed dumb errors
|
||||||
|
1.25: god I hope this works
|
||||||
|
|
|
||||||
|
|
@ -84,8 +84,7 @@ function accelHandler (xyz) {
|
||||||
if (xyz.diff >= 0.3) {
|
if (xyz.diff >= 0.3) {
|
||||||
|
|
||||||
menu = false;
|
menu = false;
|
||||||
//rollDice();
|
mutex (rollDice);
|
||||||
//mutex (rollDice);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -166,6 +165,5 @@ Bangle.on ('accel', accelHandler);
|
||||||
setWatch (function() {
|
setWatch (function() {
|
||||||
|
|
||||||
menu = false;
|
menu = false;
|
||||||
//rollDice();
|
|
||||||
mutex (rollDice);
|
mutex (rollDice);
|
||||||
}, BTN, {repeat: true, edge: "falling", debounce: 10});
|
}, BTN, {repeat: true, edge: "falling", debounce: 10});
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "multidice",
|
{ "id": "multidice",
|
||||||
"name": "multiple dice roller",
|
"name": "multiple dice roller",
|
||||||
"shortName":"multidice",
|
"shortName":"multidice",
|
||||||
"version":"1.24",
|
"version":"1.25",
|
||||||
"description": "roll anywhere from 1-8 dice at the same time",
|
"description": "roll anywhere from 1-8 dice at the same time",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,game",
|
"tags": "tool,game",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue