Commit 77893eeb authored by huangwenjie's avatar huangwenjie

更换分享图片和端外胜利弹窗为白色情人节

parent ff479257
......@@ -97,7 +97,7 @@
window['CMBLS'].socialShare = {};
window['CMBLS'].TopBarUI = {};
window['bulletNum'] = [5, 8, 12]
window['bulletNum'] = [2, 2, 2]
// 分享的图片 base64
window['sharePosterIMG'] = '12312'
// 端外 活动首页
......
......@@ -449,7 +449,13 @@ export default class GameScene extends Scene {
offAngle = 40;
}
let endAngle = offAngle + Math.floor(100 * Math.random());
let time = 1000;//100 + 1500 * Math.random(); //endAngle * (5 + 10 * Math.random());
let time = 1000;
// if (this.isMPBank()) {
// time = 1000;
// } else {
// time = 600;
// }
//100 + 1500 * Math.random(); //endAngle * (5 + 10 * Math.random());
const endRot = this.turnGroup.rotation + endAngle * this.direct;
//有时候会连续两次,给turngroup添加转动,到时候转动闪动
......
This diff is collapsed.
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