Backup
This commit is contained in:
parent
7ba29e4a47
commit
d793d19df7
12 changed files with 5576 additions and 5823 deletions
|
|
@ -52,11 +52,11 @@ TextID Note English Thai China Japan Malaysia
|
|||
Font=Kanit,Type=Regular,Size=14,Color=0xEEEEEE,Align=Center Font=Kanit,Type=Regular,Size=14,Color=0xEEEEEE,Align=Center Font=Kanit,Type=Regular,Size=14,Color=0xEEEEEE,Align=Center
|
||||
Font=Kanit,Type=Regular,Size=14,Color=0xCFCFCF,Align=Center Font=Kanit,Type=Regular,Size=14,Color=0xCFCFCF,Align=Center Font=Kanit,Type=Regular,Size=14,Color=0xCFCFCF,Align=Center
|
||||
000046 0% 0% 0%
|
||||
000047 30% 30% 20%
|
||||
000048 60% 60% 40%
|
||||
000049 100% 100% 60%
|
||||
000050 120% 120% 80%
|
||||
000051 140% 140% 100%
|
||||
000047 20% 20% 20%
|
||||
000048 40% 40% 40%
|
||||
000049 60% 60% 60%
|
||||
000050 80% 80% 80%
|
||||
000051 100% 100% 100%
|
||||
Font=Kanit,Type=Regular,Size=24,Color=0x513C2F,Align=Center Font=Kanit,Type=Regular,Size=24,Color=0x513C2F,Align=Center Font=Kanit,Type=Regular,Size=24,Color=0x513C2F,Align=Center
|
||||
Font=Kanit,Type=Bold,Size=24,Color=0x513C2F,Align=Center Font=Kanit,Type=Bold,Size=24,Color=0x513C2F,Align=Center Font=Kanit,Type=Bold,Size=24,Color=0x513C2F,Align=Center
|
||||
000052 No added sugar ไม่ใส่น้ำตาล No added sugar
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 21.
|
|
|
@ -15,7 +15,7 @@ file_xml.close()
|
|||
|
||||
file_inc2 = open(directory_to_process + "/event/promotion_template1.inc", 'r')
|
||||
file_inc2_content = file_inc2.read()
|
||||
file_inc_img = open(directory_to_process + "../image/event/image_template1", 'r')
|
||||
file_inc_img = open(directory_to_process + "/../image/event/image_template1", 'r')
|
||||
file_inc2_img_content = file_inc_img.read()
|
||||
|
||||
# replace key.
|
||||
|
|
@ -66,7 +66,7 @@ file_xml3.close()
|
|||
|
||||
file_inc2 = open(directory_to_process + "/event/promotion_template2.inc", 'r')
|
||||
file_inc2_content = file_inc2.read()
|
||||
file_inc_img = open(directory_to_process + "../image/event/image_template2", 'r')
|
||||
file_inc_img = open(directory_to_process + "/../image/event/image_template2", 'r')
|
||||
file_inc2_img_content = file_inc_img.read()
|
||||
|
||||
# replace key.
|
||||
|
|
@ -116,7 +116,7 @@ file_xml3.close()
|
|||
|
||||
file_inc3 = open(directory_to_process + "/event/promotion_template3.inc", 'r')
|
||||
file_inc3_content = file_inc3.read()
|
||||
file_inc_img = open(directory_to_process + "../image/event/image_template3", 'r')
|
||||
file_inc_img = open(directory_to_process + "/../image/event/image_template3", 'r')
|
||||
file_inc3_img_content = file_inc_img.read()
|
||||
|
||||
# replace key.
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -716,6 +716,21 @@
|
|||
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
If Timeout < 3 Then
|
||||
If Game01Enable = 0 Then
|
||||
If game_mode_enable = "true" Then
|
||||
If BREW_CNT > 75 Then
|
||||
|
||||
Var Game01Enable = 1
|
||||
Var ButtonGameCountDownState = "Invisible"
|
||||
Var ButtonGamePressToPlayState = "Enable"
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
DEBUGVAR MachineState_Result
|
||||
DEBUGVAR BREW_COUNT_DOWN_FROM_APP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue