|
@@ -77,12 +77,12 @@ export class edit_scene extends Component {
|
|
|
if(curScene.is_child_scene){
|
|
|
return tools.showToast("子场景不可以运行")
|
|
|
}
|
|
|
- // tools.game_run()
|
|
|
- tools.show_loading(()=>{
|
|
|
- tools.game_run(()=>{
|
|
|
- tools.hide_loading()
|
|
|
- })
|
|
|
- })
|
|
|
+ tools.game_run()
|
|
|
+ // tools.show_loading(()=>{
|
|
|
+ // tools.game_run(()=>{
|
|
|
+ // tools.hide_loading()
|
|
|
+ // })
|
|
|
+ // })
|
|
|
})
|
|
|
this.btn_run_all.on(Node.EventType.TOUCH_END,()=>{
|
|
|
tools.game_run_all()
|