remove nesscerry

This commit is contained in:
wanlop run 2024-02-28 13:57:41 +07:00
parent f4584099bc
commit 7290a889ec
2 changed files with 29 additions and 3 deletions

View file

@ -28,6 +28,8 @@
;SAVELOG VideoID6
;SAVELOG VideoAnimationCount
Var Timeout = 0
If show_eng = "true" Then
Var DirImage = "ROOT/taobin_project/image/page_lid_straw_en"
Var PictureEnd = "_en.png"
@ -198,8 +200,14 @@
DEBUGVAR StrawAutoRelease1
Var UserPressButton = "false"
SAVELOG "page_lid_straw.xml"
If InternationalEnable = 1 Then
Var Brew3Inter = CountryRootPath + "/xml/page_brewing3.lxml"
Open Brew3Inter
Else
Open "ROOT/taobin_project/xml/page_brewing3.xml"
EndIf
</EventOpen>
<Timeout> 1000 </Timeout>
@ -209,6 +217,17 @@
Var CountDownBrewing = CountDownBrewing - 1
EndIf
Var Timeout = Timeout + 1
If Timeout > 10 Then
If InternationalEnable = 1 Then
Var Brew3Inter = CountryRootPath + "/xml/page_brewing3.lxml"
Open Brew3Inter
Else
Open "ROOT/taobin_project/xml/page_brewing3.xml"
EndIf
EndIf
Refresh
TimerReset