diff --git a/Assets/ManagedResources/Prefabs/UI/Map/TrialMiniGamePanel.prefab b/Assets/ManagedResources/Prefabs/UI/Map/TrialMiniGamePanel.prefab index 044ad5ce46..87ab18c14f 100644 --- a/Assets/ManagedResources/Prefabs/UI/Map/TrialMiniGamePanel.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Map/TrialMiniGamePanel.prefab @@ -2915,7 +2915,7 @@ RectTransform: m_GameObject: {fileID: 1328281160499532570} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 2.9121184, y: 2.9121184, z: 2.9121184} + m_LocalScale: {x: 2, y: 2, z: 2} m_Children: - {fileID: 760474955983389260} m_Father: {fileID: 3470195748214042733} diff --git a/Assets/ManagedResources/Prefabs/UI/Popup/GeneralPopup.prefab b/Assets/ManagedResources/Prefabs/UI/Popup/GeneralPopup.prefab index fd073fd8d3..a3be21b0db 100644 --- a/Assets/ManagedResources/Prefabs/UI/Popup/GeneralPopup.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Popup/GeneralPopup.prefab @@ -5081,7 +5081,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 0.000057485686, y: -73.150055} + m_AnchoredPosition: {x: 0.000061035156, y: -73.150055} m_SizeDelta: {x: 0, y: 151} m_Pivot: {x: 0, y: 0.5} --- !u!114 &5729675956691850897 @@ -17098,7 +17098,7 @@ MonoBehaviour: Version=1.0.0.0, Culture=neutral, PublicKeyToken=null m_FontData: m_Font: {fileID: 12800000, guid: 4b73e9e4512d17e4daeea351e090d33c, type: 3} - m_FontSize: 50 + m_FontSize: 40 m_FontStyle: 0 m_BestFit: 0 m_MinSize: 4 @@ -19668,7 +19668,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 0.000028742843, y: -73.150055} + m_AnchoredPosition: {x: 0.000030517578, y: -73.150055} m_SizeDelta: {x: 0, y: 151} m_Pivot: {x: 0, y: 0.5} --- !u!114 &4796361513380277662 diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_TrialXingYao.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_TrialXingYao.lua index e5fc72e8c1..501a1e213e 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_TrialXingYao.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_TrialXingYao.lua @@ -73,6 +73,7 @@ function this:BindEvent() curHeroHp=10000 end MapTrialManager.SetHeroHp({curHeroHp},selectHeroDid) + Game.GlobalEvent:DispatchEvent(GameEvent.Bag.OnTempBagChanged) end) end) --购买道具按钮