Release 6.45

This commit is contained in:
kong 2022-05-18 10:39:13 +07:00
parent 062431be51
commit 6d3a470f68
14 changed files with 2878 additions and 104 deletions

View file

@ -92,6 +92,8 @@
Var text_show_thai = "Invisible"
Var text_show_eng = "Enable"
Var topping_shot_price_x = 630
Else
Var DirImage = "ROOT/taobin_project/image/topping2"
@ -102,6 +104,8 @@
Var text_show_thai = "Enable"
Var text_show_eng = "Invisible"
Var topping_shot_price_x = 600
EndIf
@ -344,6 +348,8 @@
Var text_show_thai = "Invisible"
Var text_show_eng = "Enable"
Var topping_shot_price_x = 630
Else
Var DirImage = "ROOT/taobin_project/image/topping2"
@ -354,6 +360,8 @@
Var text_show_thai = "Enable"
Var text_show_eng = "Invisible"
Var topping_shot_price_x = 600
EndIf
@ -811,7 +819,9 @@
Var ShotCoffeeBG = "Enable"
Var showShotEnable = "Enable"
Var text_price_topping = "(+฿" + toppingID2price2
Var text_price_topping = "(+฿" + toppingID2price2
DEBUGVAR TOPPING2
Refresh
EndIf
@ -821,6 +831,7 @@
Var ShotCoffeePremium = "Enable"
Var showShotEnable = "Enable"
Var text_price_topping = "(+฿" + toppingID2price2
DEBUGVAR TOPPING2
Refresh
EndIf
@ -829,6 +840,7 @@
Var ShotCoffeePremium = "Enable"
Var showShotEnable = "Enable"
Var text_price_topping = "(+฿" + toppingID2price2
DEBUGVAR TOPPING2
Refresh
EndIf
@ -837,6 +849,7 @@
Var ShotCoffeePremium = "Enable"
Var showShotEnable = "Enable"
Var text_price_topping = "(+฿" + toppingID2price2
DEBUGVAR TOPPING2
Refresh
EndIf
@ -846,6 +859,7 @@
Var ShotCoffeePremium = "Enable"
Var showShotEnable = "Enable"
Var text_price_topping = "(+฿" + toppingID2price2
DEBUGVAR TOPPING2
Refresh
EndIf
@ -854,6 +868,7 @@
Var ShotCoffeePremium = "Enable"
Var showShotEnable = "Enable"
Var text_price_topping = "(+฿" + toppingID2price2
DEBUGVAR TOPPING2
Refresh
EndIf
@ -863,6 +878,7 @@
Var ShotCoffeePremium = "Enable"
Var showShotEnable = "Enable"
Var text_price_topping = "(+฿" + toppingID2price2
DEBUGVAR TOPPING2
Refresh
EndIf
@ -872,6 +888,7 @@
Var ShotCoffeePremium = "Enable"
Var showShotEnable = "Enable"
Var text_price_topping = "(+฿" + toppingID2price2
DEBUGVAR TOPPING2
Refresh
EndIf
@ -880,10 +897,21 @@
Var ShotCoffeePremium = "Enable"
Var showShotEnable = "Enable"
Var text_price_topping = "(+฿" + toppingID2price2
DEBUGVAR TOPPING2
Refresh
EndIf
If TOPPING2 = "add-show-1105" Then
Var ShotCoffeePremium = "Enable"
Var showShotEnable = "Enable"
Var text_price_topping = "(+฿" + toppingID2price2
DEBUGVAR TOPPING2
Refresh
EndIf
Var text_price_topping = text_price_topping + ")"
;-END
If TOPPING3 = "Collagen" Then
@ -1642,6 +1670,16 @@
</EventClick>
</Button>
<Text>
<X> topping_shot_price_x </X>
<Y> 77 </Y>
<Font> KanitRegularTTF </Font>
<State> "Enable"</State>
<Size> 36 </Size>
<Color> 0x84776F </Color>
<Value> text_price_topping </Value>
</Text>
</Block>
;-END