神魂界面星星修改提交

dev_chengFeng
jiaoyangna 2021-10-28 11:07:50 +08:00
parent 478676cd21
commit 58044a3e91
6 changed files with 588 additions and 588 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2008,7 +2008,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -0.125, y: 5.4799995}
m_AnchoredPosition: {x: -0.125, y: 8.200001}
m_SizeDelta: {x: -14.629999, y: -37.219982}
m_Pivot: {x: 0.5, y: 0}
--- !u!95 &2655531992509407668
@ -2102,7 +2102,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -0.125, y: 5.4799995}
m_AnchoredPosition: {x: -0.125, y: 8.200001}
m_SizeDelta: {x: -14.629999, y: -37.219982}
m_Pivot: {x: 0.5, y: 0}
--- !u!95 &4642416904858124546
@ -2270,7 +2270,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -0.125, y: 5.4799995}
m_AnchoredPosition: {x: -0.125, y: 8.200001}
m_SizeDelta: {x: -14.629999, y: -37.219982}
m_Pivot: {x: 0.5, y: 0}
--- !u!95 &4787264721783863393
@ -3052,7 +3052,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -0.125, y: 5.4799995}
m_AnchoredPosition: {x: -0.125, y: 8.200001}
m_SizeDelta: {x: -14.629999, y: -37.219982}
m_Pivot: {x: 0.5, y: 0}
--- !u!95 &4874594261059891495
@ -3146,7 +3146,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -0.125, y: 5.4799995}
m_AnchoredPosition: {x: -0.125, y: 8.200001}
m_SizeDelta: {x: -14.629999, y: -37.219982}
m_Pivot: {x: 0.5, y: 0}
--- !u!95 &745703553484805016
@ -3315,7 +3315,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -0.125, y: 5.4799995}
m_AnchoredPosition: {x: -0.125, y: 8.200001}
m_SizeDelta: {x: -14.629999, y: -37.219982}
m_Pivot: {x: 0.5, y: 0}
--- !u!95 &5179213922337160743

View File

@ -552,7 +552,7 @@ local star2index = {
function SetCardStars(starGrid, star,starType)
local starScale = -12
if starType == 3 then
starScale = -0.4
starScale = 3.75
end
for i = 1, 21 do
starGrid.transform:GetChild(i - 1).gameObject:SetActive(false)

View File

@ -767,7 +767,7 @@ function this.SingleHeroDataShow(_go, _heroData)
local starScale = -8
if starType == 3 then
starSize = Vector2.New(33.43,83.61)
starScale = -16.86
starScale = -13.77
end
SetHeroStars(this.spLoader, starGrid, star,starType,starSize,starScale)

View File

@ -175,7 +175,7 @@ function GeneralBigPopup_RoleGodSoulUp:SetSingleData(index,go,heroData)
local starScale = -8
if starType == 3 then
starSize = Vector2.New(33.43,83.61)
starScale = -16.86
starScale = -13.77
end
SetHeroStars(self.spLoader, self.itemlist[index].starGrid, star,starType,starSize,starScale)

View File

@ -149,10 +149,10 @@ function this.RefreshPanel()
lv.text=v.level
local star,starType = GetStarOrGodSoulLv(1,v)
local starSize = Vector2.New(30,30)
local starScale = -8.21
local starScale = -8
if starType == 3 then
starSize = Vector2.New(35.75,89.42)
starScale = -10
starScale = -13.77
end
SetHeroStars(this.spLoader, star, star,starType,starSize,starScale)
--血量相关