InspectionTeam

This commit is contained in:
cuu 2019-01-01 08:13:01 +00:00
parent 71d028d3ac
commit cf9c0985e7

View File

@ -167,11 +167,12 @@ func InspectionTeam(main_screen *UI.MainScreen) {
} }
} }
} }
}
main_screen.TitleBar.InLowBackLight = 0
if time2 != 0 { main_screen.TitleBar.InLowBackLight = 0
passout_time_stage = 1 // next if time2 != 0 {
passout_time_stage = 1 // next
}
} }
everytime_keydown = cur_time everytime_keydown = cur_time
}else if elapsed > gotime.Duration(time2) *gotime.Second && passout_time_stage == 1 { }else if elapsed > gotime.Duration(time2) *gotime.Second && passout_time_stage == 1 {