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.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.19: added longer delay before resetting accelHandler
|
||||||
1.20: removed all traces of accel b/c I've given up
|
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.clear();
|
||||||
g.setFont ("Vector", 40);
|
g.setFont ("Vector", 40);
|
||||||
|
Bangle.drawWidgets();
|
||||||
|
|
||||||
g.drawString ((" " + stringArr [0]).slice (-3), 5, 10);
|
g.drawString ((" " + stringArr [0]).slice (-3), 5, 10);
|
||||||
g.drawString ((" " + stringArr [1]).slice (-3), 5, 50);
|
g.drawString ((" " + stringArr [1]).slice (-3), 5, 50);
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "multidice",
|
{ "id": "multidice",
|
||||||
"name": "multiple dice roller",
|
"name": "multiple dice roller",
|
||||||
"shortName":"multidice",
|
"shortName":"multidice",
|
||||||
"version":"1.20",
|
"version":"1.21",
|
||||||
"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