common-game
Advanced tools
Comparing version 0.0.16 to 0.0.17
{ | ||
"name": "common-game", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "common-game.js", |
@@ -39,2 +39,3 @@ import * as PIXI from "@tbminiapp/pixi-miniprogram-engine"; | ||
} | ||
Utils.event(this.namespace, "onInitDone"); | ||
}); | ||
@@ -149,3 +150,2 @@ | ||
} | ||
Utils.event(this.namespace, "onInitDone"); | ||
}); | ||
@@ -152,0 +152,0 @@ setTimeout(() => { |
44098