update milk choice adjust price x
This commit is contained in:
parent
141947e406
commit
33650be31a
1 changed files with 5 additions and 3 deletions
|
|
@ -117,6 +117,7 @@
|
|||
Var text_x_add_oreo_price = 430
|
||||
Var text_show_normal_x = 408
|
||||
Var text_x_free_adjust = 100
|
||||
Var text_milk_choice_price_x = 255
|
||||
If PromotionOreoToppingFreeEnable = 0 Then
|
||||
Var text_x_free_adjust = text_x_free_adjust + 5
|
||||
EndIf
|
||||
|
|
@ -135,10 +136,10 @@
|
|||
Var text_x_add_oreo_price = 420
|
||||
Var text_show_normal_x = 386
|
||||
Var text_x_free_adjust = 70
|
||||
Var text_milk_choice_price_x = 237
|
||||
If PromotionOreoToppingFreeEnable = 0 Then
|
||||
Var text_x_free_adjust = text_x_free_adjust + 30
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
Var text_x_free_topping = text_x_add_oreo_price + text_x_free_adjust
|
||||
|
|
@ -530,6 +531,7 @@
|
|||
Var text_x_add_oreo_price = 430
|
||||
Var text_show_normal_x = 408
|
||||
Var text_x_free_adjust = 100
|
||||
Var text_milk_choice_price_x = 255
|
||||
If PromotionOreoToppingFreeEnable = 0 Then
|
||||
Var text_x_free_adjust = text_x_free_adjust + 5
|
||||
EndIf
|
||||
|
|
@ -548,10 +550,10 @@
|
|||
Var text_x_add_oreo_price = 420
|
||||
Var text_show_normal_x = 386
|
||||
Var text_x_free_adjust = 70
|
||||
Var text_milk_choice_price_x = 237
|
||||
If PromotionOreoToppingFreeEnable = 0 Then
|
||||
Var text_x_free_adjust = text_x_free_adjust + 30
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
Var text_x_free_topping = text_x_add_oreo_price + text_x_free_adjust
|
||||
|
|
@ -2871,7 +2873,7 @@
|
|||
</Button>
|
||||
|
||||
<Text>
|
||||
<X> 237 </X>
|
||||
<X> text_milk_choice_price_x </X>
|
||||
<Y> 69 </Y>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<State> "Enable" </State>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue