fix:1、更换项目,使用winter来创建
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace FlowerPower
|
||||
namespace LoveLegend
|
||||
{
|
||||
public class JoastCtrl : BaseCtrl
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace FlowerPower
|
||||
namespace LoveLegend
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace FlowerPower
|
||||
namespace LoveLegend
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
namespace FlowerPower
|
||||
namespace LoveLegend
|
||||
{
|
||||
using FGUI.PC_Tips;
|
||||
using FGUI.ZM_Toast_23;
|
||||
// using FGUI.SC001_Tips;
|
||||
|
||||
public class JoastUI : BaseUI
|
||||
{
|
||||
private JoastUICtrl ctrl;
|
||||
private JoastModel model;
|
||||
private FGUI.PC_Tips.com_tips ui;
|
||||
private FGUI.ZM_Toast_23.com_tips ui;
|
||||
|
||||
public JoastUI(JoastUICtrl ctrl) : base(ctrl)
|
||||
{
|
||||
@@ -17,7 +17,7 @@ namespace FlowerPower
|
||||
|
||||
protected override void SetUIInfo(UIInfo uiInfo)
|
||||
{
|
||||
uiInfo.packageName = "PC_Tips";
|
||||
uiInfo.packageName = "ZM_Toast_23";
|
||||
uiInfo.assetName = "com_tips";
|
||||
uiInfo.layerType = UILayerType.Tips;
|
||||
uiInfo.isNeedOpenAnim = false;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace FlowerPower
|
||||
namespace LoveLegend
|
||||
{
|
||||
public class JoastUICtrl : BaseUICtrl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user