common-game
Advanced tools
Comparing version 0.2.64 to 0.2.65
@@ -95,3 +95,3 @@ import * as PIXI from '@tbminiapp/pixi-miniprogram-engine'; | ||
} | ||
this.game.fullClick(_type, { data: { global: { x, y } } }) | ||
this.game.fullClick(_type, { data: { global: { x, y }, originalEvent: { touches: e.touches } } }) | ||
} | ||
@@ -98,0 +98,0 @@ return bl; |
{ | ||
"name": "common-game", | ||
"version": "0.2.64", | ||
"version": "0.2.65", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "common-game.js", |
357278