update water drink

This commit is contained in:
Kenta420 2023-11-23 10:21:36 +07:00
parent 1b35efe1bb
commit b75e9fdab8
3 changed files with 10 additions and 3 deletions

View file

@ -108,6 +108,7 @@ TextID Note English Thai
000081 Hot ร้อน 000081 Hot ร้อน
000082 Iced เย็น 000082 Iced เย็น
000083 Blend ปั่น 000083 Blend ปั่น
Font=Kanit,Type=Regular,Size=20,Color=0x513C2F
000084 Normal ปกติ 000084 Normal ปกติ

Can't render this file because it has a wrong number of fields in line 21.

View file

@ -107,12 +107,12 @@ TextID Note English Thai China Japan Malaysia
000081 Hot ร้อน Hot 000081 Hot ร้อน Hot
000082 Iced เย็น Iced 000082 Iced เย็น Iced
000083 Blend ปั่น Blend 000083 Blend ปั่น Blend
Font=Kanit,Type=Regular,Size=24,Color=0x513C2F Font=Kanit,Type=Regular,Size=24,Color=0x513C2F
000084 Normal ปกติ Normal 000084 Normal ปกติ Normal
Left of check box 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 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 000090 Out of straw หลอดหมด Out of straw

Can't render this file because it has a wrong number of fields in line 21.

View file

@ -1608,9 +1608,9 @@
</EventClick> </EventClick>
<Language> <Language>
<X> 40 </X> <X> 35 </X>
<Y> 8 </Y> <Y> 8 </Y>
<Width> 60 </Width> <Width> 150 </Width>
<Height> 42 </Height> <Height> 42 </Height>
<ID> 000084 </ID> <ID> 000084 </ID>
</Language> </Language>
@ -3776,6 +3776,12 @@
EndIf EndIf
If DefaultDrinkType = 2 Then If DefaultDrinkType = 2 Then
Var cold_button_state = "PressForever" 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 Var IndexDrinktType = 1
EndIf EndIf
If DefaultDrinkType = 3 Then If DefaultDrinkType = 3 Then