fix spiral
This commit is contained in:
parent
e39dd3d8dd
commit
e7b72dbbf2
12 changed files with 3821 additions and 3771 deletions
BIN
sound_eng/Code8digit.mp3
Executable file
BIN
sound_eng/Code8digit.mp3
Executable file
Binary file not shown.
BIN
sound_eng/next_drink.mp3
Executable file
BIN
sound_eng/next_drink.mp3
Executable file
Binary file not shown.
|
|
@ -405,7 +405,11 @@
|
||||||
|
|
||||||
If EnableSelectMenuBetweenBrew = "Enable" Then
|
If EnableSelectMenuBetweenBrew = "Enable" Then
|
||||||
If Timeout = 5 Then
|
If Timeout = 5 Then
|
||||||
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_thai/next_drink.mp3"
|
If show_eng = "true" Then
|
||||||
|
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_eng/next_drink.mp3"
|
||||||
|
Else
|
||||||
|
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_thai/next_drink.mp3"
|
||||||
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
If Timeout = 9 Then
|
If Timeout = 9 Then
|
||||||
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sounds/music1.mp3"
|
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sounds/music1.mp3"
|
||||||
|
|
|
||||||
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
|
|
@ -8,6 +8,10 @@
|
||||||
TopView "show"
|
TopView "show"
|
||||||
; On open
|
; On open
|
||||||
|
|
||||||
|
If Seeker = "next" Then
|
||||||
|
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||||
|
EndIf
|
||||||
|
|
||||||
Var NextPage = "-"
|
Var NextPage = "-"
|
||||||
|
|
||||||
Var Seeker.thankLidFlag = 0
|
Var Seeker.thankLidFlag = 0
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
If show_eng = "true" Then
|
If show_eng = "true" Then
|
||||||
Var DirImage = "ROOT/taobin_project/image/page_payment_en/page_payment"
|
Var DirImage = "ROOT/taobin_project/image/page_payment_en/page_payment"
|
||||||
Var PlaySoundLag = "ROOT/taobin_project/sound_eng/How_would_you_like_to_pay.mp3"
|
Var PlaySoundLag = "ROOT/taobin_project/sound_eng/How_would_you_like_to_pay.mp3"
|
||||||
Var PlaySoundCodeLang = "ROOT/sounds_eng/Code8digit.m4a"
|
Var PlaySoundCodeLang = "ROOT/taobin_project/sound_eng/Code8digit.mp3"
|
||||||
|
|
||||||
|
|
||||||
Else
|
Else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue