|
@@ -15,7 +15,7 @@ export class launch_view extends Component {
|
|
|
this.progress.getComponent(ProgressBar).progress = 0;
|
|
|
// this.Interval_id=setInterval(this.setupLoading.bind(this),200);
|
|
|
gameManager.havNoAllAd = config.hav_no_allAd
|
|
|
- this.schedule(this.setupLoading,0.05)
|
|
|
+ // this.schedule(this.setupLoading,0.05)
|
|
|
}
|
|
|
|
|
|
setupLoading(){
|