【法宝】=========================法宝星级显示修改
parent
fd252db081
commit
52732876f3
|
@ -358,7 +358,7 @@ function FaLingSingleShowPopup:OnShow()
|
||||||
local starType=1
|
local starType=1
|
||||||
local starSize=nil
|
local starSize=nil
|
||||||
starType=3
|
starType=3
|
||||||
star=star+11
|
star=star+10
|
||||||
starSize = Vector2.New(1,-13)
|
starSize = Vector2.New(1,-13)
|
||||||
--starScale = 0
|
--starScale = 0
|
||||||
SetHeroStars(self.spLoader,self.star, star,starType,starSize,starScale)
|
SetHeroStars(self.spLoader,self.star, star,starType,starSize,starScale)
|
||||||
|
|
|
@ -165,7 +165,7 @@ function FaLingStrongPopup:OnShow()
|
||||||
local starType=1
|
local starType=1
|
||||||
local starSize=nil
|
local starSize=nil
|
||||||
starType=3
|
starType=3
|
||||||
star=star+11
|
star=star+10
|
||||||
starSize = Vector2.New(1,-13)
|
starSize = Vector2.New(1,-13)
|
||||||
--starScale = 0
|
--starScale = 0
|
||||||
SetHeroStars(self.spLoader,self.star, star,starType,starSize,starScale)
|
SetHeroStars(self.spLoader,self.star, star,starType,starSize,starScale)
|
||||||
|
|
|
@ -143,7 +143,7 @@ function this.OnShowSingleCardData(go,heroData)--isSelect 1选择 2 没选择
|
||||||
local starType=1
|
local starType=1
|
||||||
local starSize=nil
|
local starSize=nil
|
||||||
starType=3
|
starType=3
|
||||||
star=star+11
|
star=star+10
|
||||||
starSize = Vector2.New(0.8,-20)
|
starSize = Vector2.New(0.8,-20)
|
||||||
local starScale = -20
|
local starScale = -20
|
||||||
SetHeroStars(this.spLoader,starGrid, star,starType,starSize,starScale)
|
SetHeroStars(this.spLoader,starGrid, star,starType,starSize,starScale)
|
||||||
|
|
|
@ -130,7 +130,7 @@ function this.OnShowSingleCardData(go,heroData)--isSelect 1选择 2 没选择
|
||||||
local starType=1
|
local starType=1
|
||||||
local starSize=nil
|
local starSize=nil
|
||||||
starType=3
|
starType=3
|
||||||
star=star+11
|
star=star+10
|
||||||
starSize = Vector2.New(0.8,-20)
|
starSize = Vector2.New(0.8,-20)
|
||||||
local starScale = -20
|
local starScale = -20
|
||||||
SetHeroStars(this.spLoader,starGrid, star,starType,starSize,starScale)
|
SetHeroStars(this.spLoader,starGrid, star,starType,starSize,starScale)
|
||||||
|
|
Loading…
Reference in New Issue