SGP: add overlay to whey, fix image in season pass set 2, disable reward btn, fix member ui & flow
This commit is contained in:
parent
06e2890908
commit
6f6093435c
8 changed files with 91 additions and 72 deletions
|
|
@ -248,7 +248,7 @@
|
|||
; Var TaobinLeveImg = "/taoLevel1.png"
|
||||
;EndIf
|
||||
|
||||
If TaobinLevel = "1" Then
|
||||
If TaobinLevel = "2" Then
|
||||
Var TaobinLevelDesc1 = "Walking turtle level"
|
||||
Var PointDiff = 150 - CoffeePointRank
|
||||
Var TaobinLevelDesc2 = "Earn " + PointDiff
|
||||
|
|
@ -268,7 +268,7 @@
|
|||
|
||||
EndIf
|
||||
|
||||
If TaobinLevel = "2" Then
|
||||
If TaobinLevel = "3" Then
|
||||
Var TaobinLevelDesc1 = "Flying turtle level until " + ExpireStrTmp
|
||||
|
||||
Var PointDiff = 350 - CoffeePointRank
|
||||
|
|
@ -289,7 +289,7 @@
|
|||
|
||||
EndIf
|
||||
|
||||
If TaobinLevel = "3" Then
|
||||
If TaobinLevel = "4" Then
|
||||
Var TaobinLevelDesc1 = "Master turtle level until " + ExpireStrTmp
|
||||
|
||||
Var TaobinLevelDesc2 = ""
|
||||
|
|
@ -312,7 +312,7 @@
|
|||
; Var TaobinLeveImg = "/taoLevel1.png"
|
||||
;EndIf
|
||||
|
||||
If TaobinLevel = "1" Then
|
||||
If TaobinLevel = "2" Then
|
||||
Var TaobinLevelDesc1 = "ระดับสมาชิก เต่าเตาะแตะ"
|
||||
Var PointDiff = 150 - CoffeePointRank
|
||||
Var TaobinLevelDesc2 = "สะสมกระดองอีก " + PointDiff
|
||||
|
|
@ -332,7 +332,7 @@
|
|||
|
||||
EndIf
|
||||
|
||||
If TaobinLevel = "2" Then
|
||||
If TaobinLevel = "3" Then
|
||||
Var TaobinLevelDesc1 = "ระดับสมาชิก เต่าติดปีก จนถึง " + ExpireStrTmp
|
||||
|
||||
Var PointDiff = 350 - CoffeePointRank
|
||||
|
|
@ -353,7 +353,7 @@
|
|||
|
||||
EndIf
|
||||
|
||||
If TaobinLevel = "3" Then
|
||||
If TaobinLevel = "4" Then
|
||||
Var TaobinLevelDesc1 = "ระดับสมาชิก ผู้เฒ่าเต่า จนถึง " + ExpireStrTmp
|
||||
|
||||
Var TaobinLevelDesc2 = ""
|
||||
|
|
@ -1556,16 +1556,6 @@
|
|||
<Filename> Var( DirImage + taobinImgP55 )</Filename>
|
||||
</Button>
|
||||
|
||||
<Text>
|
||||
<X> 250 </X>
|
||||
<Y> 745 </Y>
|
||||
<Size> 35 </Size>
|
||||
<Width> 1000 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Value> TaobinName </Value>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> 250 </X>
|
||||
<Y> 790 </Y>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue