Add sound engine and just
This commit is contained in:
parent
be860e4c5c
commit
691a292501
49 changed files with 837 additions and 368 deletions
|
|
@ -59,6 +59,12 @@
|
|||
Var PriceShowValue = "Free"
|
||||
EndIf
|
||||
|
||||
If show_eng = "true" Then
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
Else
|
||||
Play "/mnt/sdcard/coffeevending/sounds/selectSugar.wav"
|
||||
EndIf
|
||||
|
||||
;SAVELOG showname
|
||||
|
||||
</EventOpen>
|
||||
|
|
@ -98,7 +104,16 @@
|
|||
Var showname = NameDrinkTH
|
||||
Var showdesc = DrinkDescriptionTH
|
||||
EndIf
|
||||
|
||||
CRLFToSpace showname
|
||||
CRLFToSpace showdesc
|
||||
|
||||
|
||||
If show_eng = "true" Then
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
Else
|
||||
Play "/mnt/sdcard/coffeevending/sounds/selectSugar.wav"
|
||||
EndIf
|
||||
|
||||
RefreshAll
|
||||
</EventClick>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue