fix:1、更换项目,使用winter来创建

This commit is contained in:
2026-04-22 11:13:16 +08:00
parent 173cfb2dc9
commit 83ff9f71ad
7375 changed files with 209752 additions and 157557 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
namespace FlowerPower
namespace LoveLegend
{
public class FXWndCtrl : BaseCtrl
{
+1 -1
View File
@@ -1,6 +1,6 @@
namespace FlowerPower
namespace LoveLegend
{
public class FXWndModel : BaseModel
{
+4 -4
View File
@@ -5,13 +5,13 @@ using FairyGUI;
using Spine.Unity;
namespace FlowerPower
namespace LoveLegend
{
public class FXWndUI : BaseUI
{
private FXWndUICtrl ctrl;
private FXWndModel model;
private FGUI.P502_Fx.com_FX ui;
private FGUI.ZM_Fx_502.com_FX ui;
private Transform parTrf;
@@ -23,7 +23,7 @@ namespace FlowerPower
protected override void SetUIInfo(UIInfo uiInfo)
{
uiInfo.packageName = "P502_Fx";
uiInfo.packageName = "ZM_Fx_502";
uiInfo.assetName = "com_FX";
uiInfo.layerType = UILayerType.Animation;
}
@@ -101,7 +101,7 @@ namespace FlowerPower
protected override void OnBind()
{
ui = baseUI as FGUI.P502_Fx.com_FX;
ui = baseUI as FGUI.ZM_Fx_502.com_FX;
}
protected override void OnOpenBefore(object args)
+1 -1
View File
@@ -1,6 +1,6 @@
namespace FlowerPower
namespace LoveLegend
{
public class FXWndUICtrl : BaseUICtrl
{