mirror of https://github.com/espruino/BangleApps
god I hope this works
parent
635d8be507
commit
09b2d9259f
|
@ -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
|
||||
|
|
|
@ -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});
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue