Archived
1
0
This commit is contained in:
Jeff
2016-05-03 14:07:48 -04:00
parent 4e161a5d70
commit 9f55486107
2 changed files with 5 additions and 2 deletions

View File

@@ -154,6 +154,8 @@ DynReply.prototype.moveTo = function(x,y) {
this.y = y;
console.log(this.x, this.y);
}
} else {
console.log("!!", x, y);
}
}
@@ -390,6 +392,7 @@ function init(prefix) {
console.log(ox, oy, dx, dy);
rpl.translate(dx, dy);
console.log(rpl.x, rpl.y);
ox = rpl.x;
oy = rpl.y;
}, false);