spiral makedrink
This commit is contained in:
parent
6c8e8a103e
commit
bd1e48627d
13 changed files with 70 additions and 45 deletions
|
|
@ -6,6 +6,11 @@
|
|||
;<Sound> "ROOT/taobin_project/sounds/chaching.mp3" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
Var SwapVDO = 0
|
||||
Var TimeSwapVDO = 0
|
||||
Var ShowSwapVDO = "ROOT/taobin_project/spiral/video/sp01.mp4"
|
||||
|
||||
|
||||
Var PayFlagCoinQR = 0
|
||||
Var SetFlagCoinQR = 0
|
||||
Var SetFlagCoinQRTimer = 999999
|
||||
|
|
@ -59,6 +64,20 @@
|
|||
Var ChangeTimeout = ChangeTimeout - 1
|
||||
Var CheckAckCodeTimer = CheckAckCodeTimer - 1
|
||||
Var SetFlagCoinQRTimer = SetFlagCoinQRTimer - 1
|
||||
Var TimeSwapVDO = TimeSwapVDO + 1
|
||||
If TimeSwapVDO > 5 Then
|
||||
If SwapVDO = 0 Then
|
||||
Var SwapVDO = 1
|
||||
Var TimeSwapVDO = 0
|
||||
Var ShowSwapVDO = "ROOT/taobin_project/spiral/video/sp02.mp4"
|
||||
Else
|
||||
Var SwapVDO = 0
|
||||
Var TimeSwapVDO = 0
|
||||
Var ShowSwapVDO = "ROOT/taobin_project/spiral/video/sp01.mp4"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If Timeout = 3 Then
|
||||
If Seeker.PayWithQR = 0 Then
|
||||
|
|
@ -447,7 +466,8 @@
|
|||
<Height> 840 </Height>
|
||||
<Refresh> "Reload" </Refresh>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> "ROOT/taobin_project/spiral/video/sp01.mp4" </Filename>
|
||||
<Filename> ShowSwapVDO </Filename>
|
||||
;Filename> "ROOT/taobin_project/spiral/video/sp01.mp4" </Filename>
|
||||
</Video>
|
||||
|
||||
|
||||
|
|
@ -519,37 +539,42 @@
|
|||
<Filename> video_menu_0 </Filename>
|
||||
</Video>
|
||||
|
||||
Var SwapVDO = 0
|
||||
Var TimeSwapVDO = 0
|
||||
Var ShowSwapVDO = "
|
||||
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 92 </X>
|
||||
<Y> 650 </Y>
|
||||
<Width>150</Width>
|
||||
<Size> 40 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> SwapVDO </Value>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> 92 </X>
|
||||
<Y> 750 </Y>
|
||||
<Size> 40 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> TimeSwapVDO </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 92 </X>
|
||||
<Y> 850 </Y>
|
||||
<Size> 40 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> ShowSwapVDO </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
;<Text>
|
||||
;<X> 92 </X>
|
||||
;<Y> 1121 </Y>
|
||||
;<Width>150</Width>
|
||||
;<Size> 40 </Size>
|
||||
;<Font> KanitTTF </Font>
|
||||
;<Color> 0xB78F24 </Color>
|
||||
;<Value> Timeout </Value>
|
||||
;</Text>
|
||||
;
|
||||
;<Text>
|
||||
;<X> 92 </X>
|
||||
;<Y> 1181 </Y>
|
||||
;<Size> 40 </Size>
|
||||
;<Font> KanitTTF </Font>
|
||||
;<Color> 0xB78F24 </Color>
|
||||
;<Value> ChangeTimeout </Value>
|
||||
;</Text>
|
||||
;
|
||||
;
|
||||
;<Text>
|
||||
;<X> 92 </X>
|
||||
;<Y> 650 </Y>
|
||||
;<Size> 40 </Size>
|
||||
;<Font> KanitTTF </Font>
|
||||
;<Color> 0xB78F24 </Color>
|
||||
;<Value> LastMakeSpiralResult </Value>
|
||||
;</Text>
|
||||
;
|
||||
;
|
||||
;<Text>
|
||||
;<X> 292 </X>
|
||||
;<Y> 1250 </Y>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue