update water drink
This commit is contained in:
parent
1b35efe1bb
commit
b75e9fdab8
3 changed files with 10 additions and 3 deletions
|
|
@ -108,6 +108,7 @@ TextID Note English Thai
|
|||
000081 Hot ร้อน
|
||||
000082 Iced เย็น
|
||||
000083 Blend ปั่น
|
||||
Font=Kanit,Type=Regular,Size=20,Color=0x513C2F
|
||||
000084 Normal ปกติ
|
||||
|
||||
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 21.
|
|
|
@ -107,12 +107,12 @@ TextID Note English Thai China Japan Malaysia
|
|||
000081 Hot ร้อน Hot
|
||||
000082 Iced เย็น Iced
|
||||
000083 Blend ปั่น Blend
|
||||
Font=Kanit,Type=Regular,Size=24,Color=0x513C2F Font=Kanit,Type=Regular,Size=24,Color=0x513C2F
|
||||
000084 Normal ปกติ Normal
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Left of check box
|
||||
Font=Kanit,Type=Light,Size=29,Color=0x9D9D9D,Align=end-center-vertical,LineHeight=30 Font=Kanit,Type=Light,Size=29,Color=0x9D9D9D,Align=end-center-vertical,LineHeight=30
|
||||
000090 Out of straw หลอดหมด Out of straw
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 21.
|
|
|
@ -1608,9 +1608,9 @@
|
|||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<X> 40 </X>
|
||||
<X> 35 </X>
|
||||
<Y> 8 </Y>
|
||||
<Width> 60 </Width>
|
||||
<Width> 150 </Width>
|
||||
<Height> 42 </Height>
|
||||
<ID> 000084 </ID>
|
||||
</Language>
|
||||
|
|
@ -3776,6 +3776,12 @@
|
|||
EndIf
|
||||
If DefaultDrinkType = 2 Then
|
||||
Var cold_button_state = "PressForever"
|
||||
|
||||
If PD_CODE2 = "12-05-02-0016" Then
|
||||
Var cold_button_state = "Invisible"
|
||||
Var normal_button_state = "PressForever"
|
||||
EndIf
|
||||
|
||||
Var IndexDrinktType = 1
|
||||
EndIf
|
||||
If DefaultDrinkType = 3 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue