common-game
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -107,8 +107,2 @@ import * as PIXI from "@tbminiapp/pixi-miniprogram-engine"; | ||
} | ||
let touches = e.touches; | ||
touches.forEach(touch => { | ||
touch.x = touch.x || touch.clientX || 0; | ||
touch.y = touch.y || touch.clientY || 0; | ||
}) | ||
!!this.game.fullClick && this.game.fullClick(_type, { | ||
@@ -115,0 +109,0 @@ data: { global: { x, y }, originalEvent: { touches: e.touches } }, |
{ | ||
"name": "common-game", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "common-game.js", |
Sorry, the diff of this file is too big to display
739572
16164