hopefully now it's fixed?
parent
1872f264d1
commit
13c5b41aef
|
|
@ -8,3 +8,4 @@
|
||||||
1.06: increased vibration again
|
1.06: increased vibration again
|
||||||
1.07: IDK how to use promises properly
|
1.07: IDK how to use promises properly
|
||||||
1.08: still trying to fix the lack of vibrations
|
1.08: still trying to fix the lack of vibrations
|
||||||
|
1.09: hopefully now it's fixed?
|
||||||
|
|
|
||||||
|
|
@ -132,10 +132,10 @@ function random (max) {
|
||||||
function vibrate() {
|
function vibrate() {
|
||||||
|
|
||||||
Bangle.on ('accel', voidFn);
|
Bangle.on ('accel', voidFn);
|
||||||
Bangle.buzz().then ((value) =>
|
Bangle.buzz().then ((value) => {
|
||||||
|
|
||||||
Bangle.on ('accel', accelHandler)
|
Bangle.on ('accel', accelHandler)
|
||||||
);
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
drawMenu();
|
drawMenu();
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "multidice",
|
{ "id": "multidice",
|
||||||
"name": "multiple dice roller",
|
"name": "multiple dice roller",
|
||||||
"shortName":"multidice",
|
"shortName":"multidice",
|
||||||
"version":"1.08",
|
"version":"1.09",
|
||||||
"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