|
@@ -103,6 +103,7 @@ export class game extends Component {
|
|
|
onOver(){
|
|
|
this.unscheduleAllCallbacks()
|
|
|
this.count_time.active = false
|
|
|
+ this.car.getComponent(car).hideEffect()
|
|
|
director.once(Director.EVENT_AFTER_DRAW,()=>{
|
|
|
this.removeAll()
|
|
|
this.results_view.getComponent(results).show(this.car.getComponent(car).getScores(),(isReLife:boolean=false)=>{
|