edit spiral
This commit is contained in:
parent
04b54a9574
commit
f0b89e646d
8 changed files with 558 additions and 275 deletions
|
|
@ -6,6 +6,8 @@
|
|||
;<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"
|
||||
|
|
@ -48,6 +50,31 @@
|
|||
Var PayO2 = Seeker.CoffeePinNumber
|
||||
EndIf
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var ImageDoing = "ROOT/taobin_project/image/page_doing/img2_eng.png"
|
||||
Var show_btp = "ROOT/taobin_project/image/bn_thai_lang_press.png"
|
||||
Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png"
|
||||
|
||||
Var BottomText = PicturePath + "text_bottom_eng.png"
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/page_thankyou_en"
|
||||
Else
|
||||
Var ImageDoing = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
|
||||
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
|
||||
Var BottomText = PicturePath + "text_bottom_thai2.png"
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/page_thankyou"
|
||||
EndIf
|
||||
|
||||
If VendingCreditRemain = "" Then
|
||||
Var RemainCreditST = "Invisible"
|
||||
Else
|
||||
Var RemainCreditST = "Enable"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Var CreditReference = ""
|
||||
Var CreditReference = Seeker.CreditReferenceTmp
|
||||
Var VendingDiscount = Seeker.VendingDiscount
|
||||
|
|
@ -539,40 +566,61 @@
|
|||
<Filename> video_menu_0 </Filename>
|
||||
</Video>
|
||||
|
||||
Var SwapVDO = 0
|
||||
Var TimeSwapVDO = 0
|
||||
Var ShowSwapVDO = "
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 760 </X>
|
||||
<Y> 413 </Y>
|
||||
<State>RemainCreditST</State>
|
||||
<Filename> Var( DirImage + "/remainCredit.png" ) </Filename>
|
||||
</Image>
|
||||
|
||||
<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>
|
||||
<X> 760 </X>
|
||||
<Y> 477 </Y>
|
||||
<Size> 70 </Size>
|
||||
<Width> 413</Width>
|
||||
<Align> Center </Align>
|
||||
<Font> RobotoBlack </Font>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> VendingCreditRemain </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 92 </X>
|
||||
<Y> 850 </Y>
|
||||
<Size> 40 </Size>
|
||||
<Font> KanitTTF </Font>
|
||||
<Color> 0xB78F24 </Color>
|
||||
<Value> ShowSwapVDO </Value>
|
||||
</Text>
|
||||
|
||||
; 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue