Add files via upload

master
Jorge Pérez Ramos 2021-07-12 21:21:02 +02:00 committed by GitHub
parent 284beede2a
commit 5838f49683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -255,8 +255,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("iconWatch.img"), 1,1);
g.drawImage(storage.read("heart.img"), 145, 167);
}