common-game
Advanced tools
Comparing version 0.0.31 to 0.0.32
{ | ||
"name": "common-game", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "common-game.js", |
@@ -49,3 +49,3 @@ import * as PIXI from "@tbminiapp/pixi-miniprogram-engine"; | ||
let tempT = -1; | ||
if (!!this.lastT && time - this.lastT >= 15) { | ||
if (!!this.lastT && time - this.lastT >= 13) { | ||
tempT = time - this.lastT; | ||
@@ -52,0 +52,0 @@ } |