Fix only smoothie avaiable
This commit is contained in:
parent
79ac7660e0
commit
d8b34b8117
13 changed files with 2698 additions and 2679 deletions
|
|
@ -112,7 +112,7 @@
|
|||
Var text_show_eng = "Enable"
|
||||
|
||||
Var topping_shot_price_x = 630
|
||||
|
||||
Var text_x_add_oreo_price = 510
|
||||
Else
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/topping2"
|
||||
|
|
@ -125,6 +125,7 @@
|
|||
Var text_show_eng = "Invisible"
|
||||
|
||||
Var topping_shot_price_x = 600
|
||||
Var text_x_add_oreo_price = 490
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
@ -375,7 +376,7 @@
|
|||
Var text_show_eng = "Enable"
|
||||
|
||||
Var topping_shot_price_x = 630
|
||||
|
||||
Var text_x_add_oreo_price = 510
|
||||
Else
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/topping2"
|
||||
|
|
@ -388,6 +389,7 @@
|
|||
Var text_show_eng = "Invisible"
|
||||
|
||||
Var topping_shot_price_x = 600
|
||||
Var text_x_add_oreo_price = 490
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
@ -521,6 +523,9 @@
|
|||
|
||||
|
||||
If TOPPING6 = "Topping-Volcano" Then
|
||||
Var text_price_6 = "(+฿" + toppingID6price2
|
||||
Var text_price_6 = text_price_6 + ")"
|
||||
|
||||
If blend_button_state = "PressForever" Then
|
||||
|
||||
Var showOreoAddEnable = "Enable"
|
||||
|
|
@ -2721,7 +2726,7 @@
|
|||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Filename> Var( DirImage + "/bg_top_oreo.png") </Filename>
|
||||
<Filename> Var( DirImage + "/bg_top_oreo2.png") </Filename>
|
||||
</Image>
|
||||
;
|
||||
<Button>
|
||||
|
|
@ -2790,12 +2795,26 @@
|
|||
|
||||
<Image>
|
||||
<State> showText8 </State>
|
||||
<X> 611 </X>
|
||||
<Y> 14 </Y>
|
||||
<X> 600 </X>
|
||||
<Y> 6 </Y>
|
||||
<Filename> Var( DirImage + "/text8.png" ) </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> text_x_add_oreo_price </X>
|
||||
<Y> 12 </Y>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<State> "Enable" </State>
|
||||
<Size> 36 </Size>
|
||||
<Color> 0x84776F </Color>
|
||||
<Value> text_price_6 </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
</Row1>
|
||||
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue