mirror of https://github.com/espruino/BangleApps
added a drawWidgets command to see if I have the padding right
parent
f17c270353
commit
ac22a2a2cf
|
@ -20,3 +20,4 @@
|
|||
1.18: decided to keep around the button even while testing, disabled all safety round the accelHandler self-triggering
|
||||
1.19: added longer delay before resetting accelHandler
|
||||
1.20: removed all traces of accel b/c I've given up
|
||||
1.21: added a drawWidgets command to see if I have the padding right
|
||||
|
|
|
@ -15,6 +15,7 @@ function drawMenu() {
|
|||
|
||||
g.clear();
|
||||
g.setFont ("Vector", 40);
|
||||
Bangle.drawWidgets();
|
||||
|
||||
g.drawString ((" " + stringArr [0]).slice (-3), 5, 10);
|
||||
g.drawString ((" " + stringArr [1]).slice (-3), 5, 50);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "multidice",
|
||||
"name": "multiple dice roller",
|
||||
"shortName":"multidice",
|
||||
"version":"1.20",
|
||||
"version":"1.21",
|
||||
"description": "roll anywhere from 1-8 dice at the same time",
|
||||
"icon": "app.png",
|
||||
"tags": "tool,game",
|
||||
|
|
Loading…
Reference in New Issue