This commit is contained in:
kong 2023-05-01 21:39:17 +07:00
parent 585bef4d26
commit 944dfd78e0
11 changed files with 142 additions and 28 deletions

View file

@ -44,7 +44,8 @@
Var text_price_6 = ""
; zone sound
; Clear value
Topping "clear" "-"
@ -77,6 +78,16 @@
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/sublang/south/taobin_sawade.wav"
EndIf
If SoundBackToSchoolEnable = 1 Then
If SoundBackToSchoolType = 1 Then
Var RootPathSoundBackToSchool = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/boy/"
EndIf
If SoundBackToSchoolType = 2 Then
Var RootPathSoundBackToSchool = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/girl/"
EndIf
EndIf
Play PlaySoundLag
Var DirImageCart = "ROOT/taobin_project/image/cart_th"