Merged
This commit is contained in:
commit
7669b77c77
958 changed files with 16149 additions and 24081 deletions
|
|
@ -89,6 +89,41 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If show_eng = "false" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/page_lid_straw"
|
||||
Var PictureEnd = ".png"
|
||||
Var BottomText = PicturePath + "text_bottom_thai2.png"
|
||||
|
||||
Var lid_straw_bg_iamge = DirImage + "/img4.png"
|
||||
|
||||
If LidState = "Enable" Then
|
||||
Var lid_straw_bg_iamge = DirImage + "/img3.png"
|
||||
EndIf
|
||||
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
Var VideoFileEnd = ".mp4"
|
||||
|
||||
Var PicturePath = "/mnt/sdcard/coffeevending/taobin_project/image/page_doing/"
|
||||
Var PictureBegin = "txt_"
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/page_lid_straw_mmr"
|
||||
Var BottomText = PicturePath + "text_bottom_mmr.png"
|
||||
|
||||
Var lid_straw_bg_iamge = DirImage + "/img4.png"
|
||||
|
||||
If LidState = "Enable" Then
|
||||
Var lid_straw_bg_iamge = DirImage + "/img3.png"
|
||||
EndIf
|
||||
|
||||
Var PicturePath = "/mnt/sdcard/coffeevending/taobin_project/image/page_doing_mmr/"
|
||||
Var PictureBegin = "txt_"
|
||||
;Var PictureEnd = "_mmr.png"
|
||||
Var PictureEnd = "_en.png"
|
||||
EndIf
|
||||
|
||||
Else
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
|
|
@ -247,6 +282,7 @@
|
|||
Var Brew3Inter = CountryRootPath + "/xml/page_brewing3.lxml"
|
||||
Open Brew3Inter
|
||||
EndIf
|
||||
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue