Commit dd9cfa04 by Shawn Wang

asdsad

parent 93be376a
......@@ -73,8 +73,8 @@ class Main extends egret.DisplayObjectContainer {
SoundManager.getInstance().play({soundName: "bgm_mp3", startTime: 0, loops: -1})
platform.onShareAppMessage((...args) => {
return {
title: "恶魔妈妈买面膜",
imageUrl: "https://ws3.sinaimg.cn/large/006tKfTcly1fr102d837jj31kw11un5h.jpg"
title: "你已经被盯上了 ~",
imageUrl: "https://ws4.sinaimg.cn/large/006tKfTcgy1fr1hg7dg9oj30nc0iota0.jpg"
}
})
platform.showShareMenu({
......
......@@ -91,6 +91,8 @@ class RoomScene extends egret.Sprite {
img.alpha = 0
tw.to( {alpha:1}, 1000 ).wait(2000).call(() => {
callback()
}).call(() => {
this.removeChild(img)
})
}
......
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