DO
This commit is contained in:
parent
dc808a3380
commit
356c4766f2
80 changed files with 2581 additions and 372 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue