add lazada and indo malay
This commit is contained in:
parent
b5481c7aef
commit
c67964fa20
83 changed files with 4905 additions and 1019 deletions
|
|
@ -878,9 +878,21 @@
|
|||
Var bn_exit = "/bn_main.png"
|
||||
Var bp_exit = "/bp_main.png"
|
||||
EndIf
|
||||
|
||||
|
||||
Var text5Img = "/text5.png"
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
Var text5Img = "/text5-MYR.png"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Indonesia" Then
|
||||
Var text5Img = "/text5-IDR.png"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
INT TaobinCredit
|
||||
Var TaobinCreditStr !assigned StringFmt( TaobinCredit, DisplayFormat, PreScaleConvertShow )
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
|
@ -1005,7 +1017,7 @@
|
|||
<Image>
|
||||
<X> 162 </X>
|
||||
<Y> 560 </Y>
|
||||
<Filename> Var( DirImage + "/text5.png" )</Filename>
|
||||
<Filename> Var( DirImage + text5Img )</Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
|
|
@ -1066,7 +1078,7 @@
|
|||
<Align> Center </Align>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Value> TaobinCredit </Value>
|
||||
<Value> TaobinCreditStr </Value>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue