Update queen berry
This commit is contained in:
parent
9f39c818fa
commit
b9ba305f5f
17 changed files with 12 additions and 2 deletions
|
|
@ -65,6 +65,16 @@
|
|||
Var ShowNetworkProblemText = "การสื่อสารขัดข้อง ชำระเงินได้เฉพาะเงินสด"
|
||||
EndIf
|
||||
|
||||
; 1035 is Coke.
|
||||
STRCONTAIN "1035" MaterialAvailable CokeUI
|
||||
|
||||
If CokeUI = "true" Then
|
||||
Var bnSodaAndOther = DirImage + "/bn_soda_coke.png"
|
||||
Var bpSodaAndOther = DirImage + "/bp_soda_coke.png"
|
||||
Else
|
||||
Var bnSodaAndOther = DirImage + "/bn_soda.png"
|
||||
Var bpSodaAndOther = DirImage + "/bp_soda.png"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -229,8 +239,8 @@
|
|||
<Button>
|
||||
<X> 579 </X>
|
||||
<Y> 1533 </Y>
|
||||
<Filename> Var(DirImage + "/bn_soda.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_soda.png") </FilenamePress>
|
||||
<Filename> bnSodaAndOther </Filename>
|
||||
<FilenamePress> bpSodaAndOther </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue