add line reward and x2 true
This commit is contained in:
parent
fa4d39e8a3
commit
92a3473184
5 changed files with 771 additions and 14 deletions
|
|
@ -633,8 +633,19 @@
|
|||
EndIf
|
||||
|
||||
Var Point2XState = "Invisible"
|
||||
Var Point2XImage = ""
|
||||
If Point2X = 1 Then
|
||||
Var Point2XState = "Enable"
|
||||
If Seeker.CampaignPayChanel = "kbank" Then
|
||||
Var Point2XImage = "/text9.png"
|
||||
EndIf
|
||||
If Seeker.CampaignPayChanel = "true" Then
|
||||
Var Point2XImage = "/text10.png"
|
||||
EndIf
|
||||
If Seeker.CampaignPayChanel = "dolfin" Then
|
||||
Var Point2XImage = "/text11.png"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -1186,7 +1197,7 @@
|
|||
<X> 172 </X>
|
||||
<Y> 1093 </Y>
|
||||
<State> Point2XState </State>
|
||||
<Filename> Var( DirImage + "/text9.png" )</Filename>
|
||||
<Filename> Var( DirImage + Point2XImage )</Filename>
|
||||
</Button>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue