rename file
This commit is contained in:
parent
01e30d5e45
commit
7278543b84
63 changed files with 0 additions and 0 deletions
66
xml/page_thankyou.xml
Normal file
66
xml/page_thankyou.xml
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
<Sound> "ROOT/sounds/cha_ching.mp3" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
Var CountDownThankyou = 3
|
||||
Var CountDownBrewing = 99
|
||||
Var ShowCountDownBrewing = CountDownBrewing
|
||||
</EventOpen>
|
||||
<Timeout> 800 </Timeout>
|
||||
<EventTimeout>
|
||||
Var CountDownBrewing = CountDownBrewing - 1
|
||||
Var CountDownThankyou = CountDownThankyou - 1
|
||||
; run test;
|
||||
If CountDownThankyou = 0 Then
|
||||
Open "ROOT/taobin_project/xml/menu_lid_straw.xml"
|
||||
;Open "ROOT/taobin_project/xml/menu_brewing.xml"
|
||||
EndIf
|
||||
|
||||
Var ShowCountDownBrewing = CountDownBrewing
|
||||
Refresh
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/ad_medium_2.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 89 </X>
|
||||
<Y> 700 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page_thankyou/img1.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 751 </X>
|
||||
<Y> 413 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/page_thankyou/img2.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Text>
|
||||
<X> 808 </X>
|
||||
<Y> 480 </Y>
|
||||
<Width> 1080</Width>
|
||||
<Align> "Hurr" </Align>
|
||||
<Size> 88 </Size>
|
||||
<Font> "ROOT/taobin_project/font/Roboto/Roboto-Regular.ttf"</Font>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> ShowCountDownBrewing </Value>
|
||||
</Text>
|
||||
|
||||
<EventChangeStatus>
|
||||
If ChangeStatus = "payout-end" Then
|
||||
Var ChangeOK = 2
|
||||
EndIf
|
||||
</EventChangeStatus>
|
||||
|
||||
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue