Commit bbc2b056 authored by wildfirecode's avatar wildfirecode

1

parent 8761886d
......@@ -14,7 +14,9 @@ App({
console.info('App onLaunch');
const { activityId } = options.query || {};
console.log(activityId)
this.activityId = activityId || '5ef1b4f72ad1116ce639e23e';
this.activityId = activityId || '5ef9d7290cb7338a0a125d32';
// this.activityId = activityId || '5ef880873075d9927e7f10b4';
// this.activityId = activityId || '5ef1b4f72ad1116ce639e23e';
},
onShow(options) {
// 从后台被 scheme 重新打开
......
......@@ -22,9 +22,9 @@
"integrity": "sha512-oEO3/scR66LhUwEdrm9JABi2DIUgbblVc4TyiA2PkLd1TY+nj2o7zKY80qZxnsRqMiFvOjBidp4ANlt3I16+/A=="
},
"fyge-tbmini": {
"version": "1.2.1",
"resolved": "https://registry.npm.taobao.org/fyge-tbmini/download/fyge-tbmini-1.2.1.tgz",
"integrity": "sha1-u+0zHE5Opmn+4ufRKzOGbG975J4="
"version": "1.2.2",
"resolved": "https://registry.npm.taobao.org/fyge-tbmini/download/fyge-tbmini-1.2.2.tgz",
"integrity": "sha1-yYNkMVudeAxVrclYYt4T89ApUzw="
},
"svga-parser": {
"version": "1.1.0",
......
......@@ -4211,7 +4211,7 @@ exports.ResJson = {
}
}
],
"path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593431604/resource/"
"path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593432476/resource/"
};
......@@ -6136,9 +6136,8 @@ var Ball = (function (_super) {
if (other.group == Collider_1.ColliderGroup.Ground) {
this.physics.velocity.y = -(MConst_1.MConst.BallVelocityY * (1 + ((1 / this.scaleRatio) - 1) * MUtils_1.MUtils.random(0, MConst_1.MConst.BallVelocityYRandomFactor)));
var clip = DataMgr_1.DataMgr.game._createAnimation("duang");
clip.x = this.x - 140 * this.scaleRatio;
clip.y = this.y - 50 * this.scaleRatio;
clip.scaleX = clip.scaleY = this.scaleRatio;
clip.x = this.x;
clip.y = this.y;
clip.play();
if (this.sizeIndex >= MConfigs_1.MConfigs.size.length - 2) {
DataMgr_1.DataMgr.game._shake();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment