This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-05-29 02:24:37 +08:00
parent db0a9f8944
commit dd80f2c487
2 changed files with 7 additions and 5 deletions

View File

@ -907,10 +907,10 @@ RectTransform:
m_Children: []
m_Father: {fileID: 7752074671510801886}
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: -2.7417, y: 4.2682}
m_SizeDelta: {x: 1061.4513, y: 2338.266}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &989524148600500988
CanvasRenderer:

View File

@ -766,6 +766,8 @@ namespace GameLogic
// 显示结算界面
GameModule.UI.ShowUI<UIGameEndForm>(gameEndData);
GameModule.UI.CloseUI<UIGameBattle>();
}
/// <summary>
@ -944,7 +946,7 @@ namespace GameLogic
OnInit();
// 重新打开UI界面
GameModule.UI.CloseUI<UIGameBattle>();
//GameModule.UI.CloseUI<UIGameBattle>();
GameModule.UI.ShowUI<UIGameBattle>();
// 重置UI数据