1
0
Fork 0

Add files via upload

master
Jorge Pérez Ramos 2021-07-15 16:41:05 +02:00 committed by GitHub
parent e9abfa160e
commit 4c8cd1f581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -257,9 +257,9 @@
function draw() {
// g.drawImage(storage.read("iconWatch.img"), this.x + 1, this.y + 1);
g.drawImage(storage.read("iconWatch.img"),this.x + 1,this.y + 1);
g.drawImage(storage.read("heart.img"), 145, 167);
g.drawImage(storage.read("iconWatch.png"),this.x + 1,this.y + 1);
g.drawImage(storage.read("heart.png"), 145, 167);
}
@ -296,7 +296,7 @@
}, 5 * 1000);
WIDGETS["bangle.Sensors"]={
WIDGETS["banglebridge"]={
area: "tl",
width: 10,
draw: draw,