Update widget.js
parent
03d18c61f4
commit
af42aa02b3
|
|
@ -10,13 +10,9 @@
|
||||||
area: 'tr',
|
area: 'tr',
|
||||||
width: 16,
|
width: 16,
|
||||||
draw() {
|
draw() {
|
||||||
const {
|
|
||||||
x,
|
|
||||||
y
|
|
||||||
} = this;
|
|
||||||
g.reset();
|
g.reset();
|
||||||
if (Bangle.isCharging()) {
|
if (Bangle.isCharging()) {
|
||||||
g.setColor('#0f0').drawImage(atob("EBCBAf9//3/+f/x//P/4//gH8A/wD+Af/x//P/4//n/+//7/"), x, y);
|
g.setColor('#0f0').drawImage(atob("EBCBAf9//3/+f/x//P/4//gH8A/wD+Af/x//P/4//n/+//7/"), this.x, this.y);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue