This commit is contained in:
kong 2022-08-22 14:35:09 +07:00
parent ee99310815
commit 43f1521a1e
12 changed files with 33 additions and 20 deletions

View file

@ -44,13 +44,21 @@
</EventChangeStatus>
<CameraX>
<X> 0 </X>
<Y> 381 </Y>
<X> 753 </X>
<Y> 1394 </Y>
<Name>"usbfront"</Name>
<Width> 700 </Width>
<Height> 394 </Height>
<Width> 326 </Width>
<Height> 236 </Height>
</CameraX>
;<CameraX>
;<X> 0 </X>
;<Y> 381 </Y>
;<Name>"usbfront"</Name>
;<Width> 700 </Width>
;<Height> 394 </Height>
;</CameraX>
<EventCamera>
DEBUGVAR BugFlag
If BugFlag = 0 Then

View file

@ -396,11 +396,13 @@
CRLFToSpace showname
CRLFToSpace showdesc
If SelectDrinkType = 1 Then
If show_eng = "true" Then
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
Else
Play "/mnt/sdcard/coffeevending/taobin_project/sound_thai/select_level.mp3"
If BGSugar = "Enable" Then
If SelectDrinkType = 1 Then
If show_eng = "true" Then
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
Else
Play "/mnt/sdcard/coffeevending/taobin_project/sound_thai/select_level.mp3"
EndIf
EndIf
EndIf