This commit is contained in:
kong 2023-03-22 22:59:14 +07:00
parent dc808a3380
commit 356c4766f2
80 changed files with 2581 additions and 372 deletions

View file

@ -318,6 +318,8 @@
If JXMLVersionInt > 428 Then
LoadLanguage "/mnt/sdcard/coffeevending/taobin_project/ui/lang.tsv"
EndIf
Var SoundThaiIndex = 0
EndIf
;DEBUGVAR "FlushTxRef1"
@ -788,6 +790,33 @@
DEBUGVAR $12-03-03-0026.Button
; Original
;Var SoundThaiIndex = 0
; north
;Var SoundThaiIndex = 1
; northeast
;Var SoundThaiIndex = 2
; south
;Var SoundThaiIndex = 3
If SoundThaiIndex = 0 Then
Var SoundThaiIndex = 1
Else
If SoundThaiIndex = 1 Then
Var SoundThaiIndex = 2
Else
If SoundThaiIndex = 2 Then
Var SoundThaiIndex = 3
Else
Var SoundThaiIndex = 0
EndIf
EndIf
EndIf
DEBUGVAR SoundThaiIndex
RootLayoutVisible 3 "hide"
</EventOpen>