Add files via upload
parent
284beede2a
commit
5838f49683
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue