Add video
This commit is contained in:
parent
ddcd2979fc
commit
b01bbd81b9
12 changed files with 2966 additions and 18 deletions
|
|
@ -13,6 +13,8 @@
|
|||
EndIf
|
||||
Machine WakeUp
|
||||
|
||||
Var OverridePrice = 100
|
||||
|
||||
Var Seeker.orderFromNewTopping = 1
|
||||
|
||||
Var TextSelfTestCntColor = "0x746253"
|
||||
|
|
@ -10763,6 +10765,48 @@
|
|||
|
||||
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
<Button>
|
||||
<X> SpeicalButtonPositionX </X>
|
||||
<Y> 1785 </Y>
|
||||
<State> ShowSpecialButton </State>
|
||||
<Filename> Var( DirImage + "/bn_button_no_text.png" ) </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_button_no_text.png" )</FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
;include="ROOT/taobin_project/inc/button_topping_select_confirm_order.inc"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Text>
|
||||
<X> SpeicalButtonPositionX </X>
|
||||
<Y> 1785 </Y>
|
||||
<Width> 360 </Width>
|
||||
<Height> 92 </Height>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
<State> ShowSpecialButton </State>
|
||||
<Value> TextShowSpecialButton </Value>
|
||||
<Font> KanitTTF </Font>
|
||||
<Size> TextSize </Size>
|
||||
</Text>
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
|
||||
|
||||
|
||||
<Function2>
|
||||
Var fun = "function2"
|
||||
DEBUGVAR fun
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue