AUS: update currency
This commit is contained in:
parent
38e4f5eb49
commit
a4f13be9ef
7 changed files with 28 additions and 9 deletions
BIN
image/collectiing_en/img_popup11-AUS.png
Normal file
BIN
image/collectiing_en/img_popup11-AUS.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
image/collectiing_en/img_popup15-AUS.png
Normal file
BIN
image/collectiing_en/img_popup15-AUS.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
|
|
@ -449,6 +449,7 @@
|
|||
DEBUGVAR Seeker
|
||||
If game_mode_enable = "true" Then
|
||||
|
||||
CheckApp "com.NDF.taobin" GameInstalled
|
||||
|
||||
DEBUGVAR GameInstalled
|
||||
|
||||
|
|
@ -721,14 +722,15 @@
|
|||
Var Timeout = Timeout + 1
|
||||
|
||||
If Timeout < 2 Then
|
||||
If Game01Enable = 0 Then
|
||||
If game_mode_enable = "true" Then
|
||||
If BREW_CNT > 75 Then
|
||||
SAVELOG "Button game enable from EventTimeout"
|
||||
Var Game01Enable = 1
|
||||
Var ButtonGameCountDownState = "Invisible"
|
||||
Var ButtonGamePressToPlayState = "Enable"
|
||||
|
||||
If GameInstalled = "true" Then
|
||||
If Game01Enable = 0 Then
|
||||
If game_mode_enable = "true" Then
|
||||
If BREW_CNT > 75 Then
|
||||
SAVELOG "Button game enable from EventTimeout"
|
||||
Var Game01Enable = 1
|
||||
Var ButtonGameCountDownState = "Invisible"
|
||||
Var ButtonGamePressToPlayState = "Enable"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -1646,7 +1646,7 @@ EndIf
|
|||
<Y> 748 </Y>
|
||||
;inter-image
|
||||
<State> alphaState2 </State>
|
||||
<Filename> Var( DirImage2 + "/img_popup11-MYR.png" )</Filename>
|
||||
<Filename> Var( DirImage2 + "/img_popup11-AUS.png" )</Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,12 @@
|
|||
Var img_popup15 = "/img_popup15-HKG.png"
|
||||
EndIf
|
||||
|
||||
;inter-image
|
||||
If CountryName = "Australia" Then
|
||||
Var img_popup11 = "/img_popup11-AUS.png"
|
||||
Var img_popup15 = "/img_popup15-AUS.png"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Var CreditAmount = SumCreditAmount
|
||||
|
|
|
|||
|
|
@ -105,6 +105,11 @@
|
|||
Var img_popup11 = "/img_popup11-HKG.png"
|
||||
EndIf
|
||||
|
||||
;inter-image
|
||||
If CountryName = "Australia" Then
|
||||
Var img_popup11 = "/img_popup11-AUS.png"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
|
|||
|
|
@ -69,6 +69,12 @@
|
|||
Var img_popup15 = "/img_popup15-HKG.png"
|
||||
EndIf
|
||||
|
||||
;inter-image
|
||||
If CountryName = "Australia" Then
|
||||
Var img_popup11 = "/img_popup11-AUS.png"
|
||||
Var img_popup15 = "/img_popup15-AUS.png"
|
||||
EndIf
|
||||
|
||||
|
||||
Var CreditAmount = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue