add lazada and indo malay

This commit is contained in:
pichet 2023-01-16 14:44:05 +07:00
parent b5481c7aef
commit c67964fa20
83 changed files with 4905 additions and 1019 deletions

View file

@ -29,6 +29,20 @@
CoinVending OFF
EndIf
Var CoffeeCreditKeepStr !assigned StringFmt( CoffeeCreditKeep, DisplayFormat, PreScaleConvertShow )
Var img_popup15 = "/img_popup15.png"
If CountryName = "Malaysia" Then
Var img_popup15 = "/img_popup15-MYR.png"
EndIf
If CountryName = "Indonesia" Then
Var img_popup15 = "/img_popup15-IDR.png"
EndIf
DEBUGVAR Seeker.TNumberTaobinCredit
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
@ -128,7 +142,7 @@
<Image>
<X> 157 </X>
<Y> 786 </Y>
<Filename> Var( DirImage + "/img_popup15.png" ) </Filename>
<Filename> Var( DirImage + img_popup15 ) </Filename>
</Image>
@ -148,12 +162,12 @@
<Text>
<X> 0 </X>
<Y> 1215 </Y>
<Size> 144 </Size>
<Size> 110 </Size>
<Align> Center </Align>
<Width> 1080 </Width>
<Font> KanitRegularTTF </Font>
<Color> 0xDE794E </Color>
<Value> CoffeeCreditKeep </Value>
<Value> CoffeeCreditKeepStr </Value>
</Text>