Commit 4190e0e9 authored by WangFan's avatar WangFan

合并修改

parent 5086ff45
......@@ -72,13 +72,12 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 场景初始动画
initTween() {
this.setSentence()
cc.tween(this.sentence_box).to(0.5, { y: -375 }).start()
cc.tween(this.sentence_box).by(0.5, { y: -375 }).start()
this.setTimeCountdown()
}
setTimeCountdown(){
pg.view.visible(this.time_area, true)
cc.tween(this.sentence_box).by(0.5, { y: -375 }).start()
setTimeout(() => {
pg.view.visible(this.time_area, true);
}, 0.5 * 1000)
......
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