fix spiral

This commit is contained in:
miggaze 2022-09-20 14:11:39 +07:00
parent e39dd3d8dd
commit e7b72dbbf2
12 changed files with 3821 additions and 3771 deletions

BIN
sound_eng/Code8digit.mp3 Executable file

Binary file not shown.

BIN
sound_eng/next_drink.mp3 Executable file

Binary file not shown.

View file

@ -405,7 +405,11 @@
If EnableSelectMenuBetweenBrew = "Enable" 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
If Timeout = 9 Then
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

View file

@ -8,6 +8,10 @@
TopView "show"
; On open
If Seeker = "next" Then
Open "ROOT/taobin_project/xml/page_catalog.xml"
EndIf
Var NextPage = "-"
Var Seeker.thankLidFlag = 0

View file

@ -120,7 +120,7 @@
If show_eng = "true" Then
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 PlaySoundCodeLang = "ROOT/sounds_eng/Code8digit.m4a"
Var PlaySoundCodeLang = "ROOT/taobin_project/sound_eng/Code8digit.mp3"
Else