This commit is contained in:
Wanlop 2020-09-16 18:42:32 +07:00
parent e4e2918fe2
commit 665b5e5201
160 changed files with 2785 additions and 28 deletions

53
xml/menu_brewing.xml Normal file
View file

@ -0,0 +1,53 @@
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
Var LidState = "Enable"
Var StarwState = "Enable"
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
Var CountDownBrewing = CountDownBrewing - 1
; run test;
If CountDownBrewing = 40 Then
Open "ROOT/taobin_project/xml/menu_drinkok.xml"
EndIf
Var ShowCountDownBrewing = CountDownBrewing
Refresh
TimerReset
</EventTimeout>
<Image>
<X> 0 </X>
<Y> 0 </Y>
<Filename> "ROOT/taobin_project/image/page2/ad_blank1.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>
<Size> 88 </Size>
<Font> "ROOT/taobin_project/font/Roboto/Roboto-Regular.ttf"</Font>
<Color> 0x513C2F </Color>
<Value> ShowCountDownBrewing </Value>
</Text>
</Popup>
</Popup>