added a drawWidgets command to see if I have the padding right

pull/2623/head
Le~Kat 2023-02-25 20:50:45 -05:00
parent f17c270353
commit ac22a2a2cf
3 changed files with 117 additions and 115 deletions

View File

@ -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

View File

@ -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);

View File

@ -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",