fix:1、更换项目,使用winter来创建
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace FlowerPower
|
||||
namespace LoveLegend
|
||||
{
|
||||
public class PayloadingCtrl : BaseCtrl
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace FlowerPower
|
||||
namespace LoveLegend
|
||||
{
|
||||
public class PayloadingModel : BaseModel
|
||||
{
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
using DG.Tweening;
|
||||
|
||||
namespace FlowerPower
|
||||
namespace LoveLegend
|
||||
{
|
||||
public class PayloadingUI : BaseUI
|
||||
{
|
||||
private PayloadingUICtrl ctrl;
|
||||
private PayloadingModel model;
|
||||
private FGUI.P06_Hall.com_payloading ui;
|
||||
private FGUI.ZM_Lobby_03.com_payloading ui;
|
||||
private int times = 5;
|
||||
|
||||
public PayloadingUI(PayloadingUICtrl ctrl) : base(ctrl)
|
||||
@@ -17,9 +17,9 @@ namespace FlowerPower
|
||||
|
||||
protected override void SetUIInfo(UIInfo uiInfo)
|
||||
{
|
||||
uiInfo.packageName = "P06_Hall";
|
||||
uiInfo.packageName = "ZM_Lobby_03";
|
||||
uiInfo.assetName = "com_payloading";
|
||||
uiInfo.layerType = UILayerType.Popup;
|
||||
uiInfo.layerType = UILayerType.Tips;
|
||||
uiInfo.isNeedOpenAnim = false;
|
||||
uiInfo.isNeedCloseAnim = false;
|
||||
uiInfo.isNeedUIMask = false;
|
||||
@@ -37,7 +37,7 @@ namespace FlowerPower
|
||||
|
||||
protected override void OnBind()
|
||||
{
|
||||
ui = baseUI as FGUI.P06_Hall.com_payloading;
|
||||
ui = baseUI as FGUI.ZM_Lobby_03.com_payloading;
|
||||
}
|
||||
|
||||
protected override void OnOpenBefore(object args)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace FlowerPower
|
||||
namespace LoveLegend
|
||||
{
|
||||
public class PayloadingUICtrl : BaseUICtrl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user