onepiece_demo_arena
xiejun 2024-01-10 14:29:19 +08:00
parent 228735e40f
commit b76b62f525
2 changed files with 14 additions and 14 deletions

View File

@ -9849,8 +9849,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 27, y: 665}
m_SizeDelta: {x: 938, y: 220}
m_AnchoredPosition: {x: 25, y: 665}
m_SizeDelta: {x: 1045.7, y: 220}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &3791396218351498974
CanvasRenderer:
@ -12686,7 +12686,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 10, y: 327}
m_AnchoredPosition: {x: 21, y: 327}
m_SizeDelta: {x: 160, y: 34.22}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &1142228894490095603
@ -12719,11 +12719,11 @@ MonoBehaviour:
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_FontData:
m_Font: {fileID: 12800000, guid: be22547d075a3fa439f78ce38cdb4beb, type: 3}
m_FontSize: 30
m_FontStyle: 1
m_FontSize: 29
m_FontStyle: 0
m_BestFit: 0
m_MinSize: 3
m_MaxSize: 40
m_MinSize: 0
m_MaxSize: 300
m_Alignment: 4
m_AlignByGeometry: 0
m_RichText: 1

View File

@ -237,15 +237,15 @@ function WeekCardPanel:ShowCardInfo(index,config)
-- 物品名称
if config.QualityType==1 then
pre.name.text =config.Name-- "普通"
pre.bg.sprite = self.spLoader:LoadSprite("r_zhouka_card_bg2")
pre.btnImg.sprite=self.spLoader:LoadSprite("r_zhouka_btn_an")
pre.nameBg.sprite=self.spLoader:LoadSprite("r_zhouka_btn_bg2")
pre.bg.sprite = self.spLoader:LoadSprite("UI_hz_zhonghe01_63")
pre.btnImg.sprite=self.spLoader:LoadSprite("UI_hz_zhonghe01_67")
pre.nameBg.sprite=self.spLoader:LoadSprite("UI_hz_zhonghe01_64")
else
pre.name.text = config.Name--"豪华"
pre.bg.sprite = self.spLoader:LoadSprite("r_zhouka_card_bg1")
pre.btnImg.sprite=self.spLoader:LoadSprite("r_zhouka_btn_liang")
pre.nameBg.sprite=self.spLoader:LoadSprite("r_zhouka_btn_bg1")
pre.bg.sprite = self.spLoader:LoadSprite("UI_hz_zhonghe01_63")
pre.btnImg.sprite=self.spLoader:LoadSprite("UI_hz_zhonghe01_67")
pre.nameBg.sprite=self.spLoader:LoadSprite("UI_hz_zhonghe01_64")
end
-- 每日奖励数量
@ -294,7 +294,7 @@ function WeekCardPanel:ShowCardInfo(index,config)
end )
pre.Text.text = name.."*"..PrintWanNum2(oneNum)
local str=name.."*"..PrintWanNum2(allNum)
pre.hint.text = "共计: ".."<color=#ffe79a>"..str.."</color>"
pre.hint.text = "共计: ".."<color=#8B5440>"..str.."</color>"
local rechargeCfg = _RechargeCommodityConfig[config.RechargeId]
if not rechargeCfg then
return