diff --git a/xml/page_topping_select8.xml b/xml/page_topping_select8.xml index cce629bd..eee57e11 100644 --- a/xml/page_topping_select8.xml +++ b/xml/page_topping_select8.xml @@ -3060,7 +3060,14 @@ Var LidDeactiveButton = "Enable" EndIf EndIf - + + ;straw-lid-state-show + If ShowLidStraw = "Invisible" Then + Var StrawState = "Invisible" + Var LidState = "Invisible" + Var LidDeactiveButton = "Invisible" + Var StrawDeactiveButton = "Invisible" + EndIf If UserSeletedSugar = 0 Then @@ -4193,6 +4200,7 @@ 460 350 195 + ShowLidStraw Var( DirImageInter + "/bg_strawlid.png" ) @@ -4201,6 +4209,17 @@ 575 500 72 + eval( + If ShowLidStraw = "Enable" Then + If StrawDeactiveButton = "Enable" Then + Var return = "Invisible" + Else + Var return = "Enable" + EndIf + Else + Var return = "Invisible" + EndIf +) 002090 @@ -4211,6 +4230,17 @@ 495 500 72 + eval( + If ShowLidStraw = "Enable" Then + If LidDeactiveButton = "Enable" Then + Var return = "Invisible" + Else + Var return = "Enable" + EndIf + Else + Var return = "Invisible" + EndIf +) 002091 @@ -4325,20 +4355,27 @@ - - LidDeactiveButton - 665 - 480 - Var( DirImage + "/text21.png" ) - - - - StrawDeactiveButton - 665 + + 740 563 - Var( DirImage + "/text20.png" ) - + 200 + 72 + StrawDeactiveButton + + 000090 + + + + 740 + 480 + 200 + 72 + LidDeactiveButton + + 000091 + +