This commit is contained in:
kong 2023-08-23 13:00:51 +07:00
parent 33b361ca2e
commit e25a3c1fed
30 changed files with 896 additions and 44 deletions

View file

@ -9,7 +9,7 @@
Var UserSeletedSugar = 0
SAVELOG "Event Open Select 6"
SAVELOG "Event Open Select 6 inter"
Var y_topping_bg = 912
@ -238,20 +238,20 @@
If hot_button_state = "Disable2" Then
Var text_price_d1 = ""
Else
Var text_price_d1 !assigned StringFmt( PriceD1 , DisplayFormat, PreScaleConvertShow)
Var text_price_d1 !assigned StringFmt( PriceD1 , DisplayFormatFull, PreScaleConvertShow)
EndIf
If cold_button_state = "Disable2" Then
Var text_price_d2 = ""
Else
Var text_price_d2 !assigned StringFmt( PriceD2 , DisplayFormat, PreScaleConvertShow)
Var text_price_d2 !assigned StringFmt( PriceD2 , DisplayFormatFull, PreScaleConvertShow)
EndIf
If blend_button_state = "Disable2" Then
Var text_price_d3 = ""
Else
Var text_price_d3 !assigned StringFmt( PriceD3 , DisplayFormat, PreScaleConvertShow)
Var text_price_d3 !assigned StringFmt( PriceD3 , DisplayFormatFull, PreScaleConvertShow)
EndIf
@ -1405,7 +1405,7 @@
<Button>
<X> 456 </X>
<X> 416 </X>
<Y> 72 </Y>
<State> hot_button_state </State>
<Mode> "No" </Mode>
@ -1470,7 +1470,7 @@
<Button>
<X> 614 </X>
<X> 594 </X>
<Y> 72 </Y>
<State> cold_button_state </State>
<Mode> "No" </Mode>
@ -1583,15 +1583,16 @@
<Text>
<X> 552 </X>
<X> 510 </X>
<Y> 85 </Y>
<Font> KanitRegularTTF </Font>
<Size> 23 </Size>
<Color> text_hot_color </Color>
<Value> text_price_d1 </Value>
</Text>
<Text>
<X> 710 </X>
<X> 690 </X>
<Y> 85 </Y>
<Font> KanitRegularTTF </Font>
<Size> 23 </Size>
@ -3736,7 +3737,7 @@
If SelectDrinkType = 0 Then
Var PriceDrinkTmpShow = "---"
Else
Var PriceDrinkTmpShow !assigned StringFmt( PriceDrinkTmp , DisplayFormat, PreScaleConvertShow)
Var PriceDrinkTmpShow !assigned StringFmt( PriceDrinkTmp , DisplayFormatFull, PreScaleConvertShow)
EndIf
SAVELOG PriceDrinkTmp