Add sound engine and just

This commit is contained in:
kong 2021-01-08 13:04:13 +07:00
parent be860e4c5c
commit 691a292501
49 changed files with 837 additions and 368 deletions

View file

@ -4,7 +4,6 @@
<Height> 1920 </Height>
<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<Sound> "ROOT/sounds/pleaseWait.wav" </Sound>
<EventOpen>
; On open
Var LidState = "Invisible"
@ -31,6 +30,8 @@
If LidState = "Enable"
Var lid_straw_bg_iamge = DirImage + "/img3.png"
EndIf
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Wait_a_moment.mp3"
Else
Var DirImage = "ROOT/taobin_project/image/page_lid_straw"
@ -42,6 +43,8 @@
If LidState = "Enable"
Var lid_straw_bg_iamge = DirImage + "/img3.png"
EndIf
Play "ROOT/sounds/pleaseWait.wav"
EndIf