Update: CC - Touch Move (c55930et90.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2017-11-18 13:49:45 +01:00
parent a1f47774cb
commit ab2eebf8c0
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ if (!this.initialized) {
this.x -= touch.left;
this.x += touch.right;
this.y -= touch.down;
this.y += touch.up;
this.y += touch.down;
this.y -= touch.up;
if (this.x < 0) {
this.x = 0;