bonus hers

This commit is contained in:
miggaze 2021-04-02 15:17:19 +07:00
parent 126d0417e3
commit 2a7d5ff561
2 changed files with 5 additions and 5 deletions

View file

@ -456,7 +456,7 @@
If MachineStage = "remove-cup" Then If MachineStage = "remove-cup" Then
Open "ROOT/taobin_project/xml/page_drinkfail3.xml" Open "ROOT/taobin_project/xml/page_drinkfail3.xml"
Else Else
Open "ROOT/taobin_project/xml/page_drinkfail3.xml" ;Open "ROOT/taobin_project/xml/page_drinkfail3.xml"
Open "ROOT/taobin_project/xml/page_back_to_main.xml" Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf EndIf

View file

@ -34,8 +34,8 @@
Var Timeout = Timeout + 1 Var Timeout = Timeout + 1
;If Timeout > 240 Then If Timeout > 240 Then
If Timeout > 10 Then ;If Timeout > 10 Then
Open "ROOT/taobin_project/xml/page_back_to_main.xml" Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf EndIf
@ -51,7 +51,7 @@
If MachineStage = "remove-cup" Then If MachineStage = "remove-cup" Then
Else Else
;Open "ROOT/taobin_project/xml/page_back_to_main.xml" Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf EndIf
@ -96,7 +96,7 @@
<Volume> SoundVolume </Volume> <Volume> SoundVolume </Volume>
<EventClick> <EventClick>
;Machine RemoveCup Machine RemoveCup
</EventClick> </EventClick>
</Button> </Button>