Commit ff440dd6 by Mike Zhu

修改重新进入房间的开始字体

parent e0257e72
......@@ -80,6 +80,8 @@ class RoomScene extends egret.Sprite {
clearInterval(timer)
const bg = Store.isCatcher() ? this.transition_catcher_jpg : this.transition_runner_jpg
this.showTransition(bg, () => {
this.startLabel.size = egret.TextField.default_size
this.startLabel.text = '请稍等...'
SceneManager.getInstance().changeScene('gameScene')
})
return
......@@ -100,6 +102,7 @@ class RoomScene extends egret.Sprite {
}).call(() => {
this.removeChild(img)
})
SoundManager.getInstance().play({soundName: 'flirt_mp3'})
}
private initBg() {
......
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