This commit is contained in:
cuu 2018-07-05 12:52:31 +08:00
parent 39c559537c
commit 0959a87501
3 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
balance_saving supersaving

View File

@ -4,7 +4,7 @@ import pygame
import gobject import gobject
import commands import commands
## local package import ## local package import
from constants import Width,Height from constants import Width,Height,RUNSYS
from label import Label from label import Label
from fonts import fonts from fonts import fonts
from full_screen import FullScreen from full_screen import FullScreen

View File

@ -134,7 +134,7 @@ def InspectionTeam(main_screen):
f.truncate() f.truncate()
f.close() f.close()
main_screen._TitleBar._InLowBackLight = 0 main_screen._TitleBar._InLowBackLight = 0
if time_2 != 0: if time_2 != 0:
passout_time_stage = 1 # next passout_time_stage = 1 # next
@ -154,7 +154,8 @@ def InspectionTeam(main_screen):
f.write(str(brt)) f.write(str(brt))
f.truncate() f.truncate()
f.close() f.close()
main_screen._TitleBar._InLowBackLight = 0
main_screen._TitleBar._InLowBackLight = 0
if time_3 != 0: if time_3 != 0:
passout_time_stage = 2 # next passout_time_stage = 2 # next
@ -179,7 +180,8 @@ def InspectionTeam(main_screen):
f.write(str(brt)) f.write(str(brt))
f.truncate() f.truncate()
f.close() f.close()
main_screen._TitleBar._InLowBackLight = 0
main_screen._TitleBar._InLowBackLight = 0
passout_time_stage = 4 passout_time_stage = 4