|
@@ -71,7 +71,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
OnClickBonusBox(_ui.m_bonusBox3, 2);
|
|
OnClickBonusBox(_ui.m_bonusBox3, 2);
|
|
});
|
|
});
|
|
- _ui.m_loaBg.url = "ui://Main/zhangjie_bg";//ResPathUtil.GetBgImgPath("zxian_bg3");
|
|
|
|
|
|
+ _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("zxian_bg3");
|
|
|
|
|
|
_comEff = new GComponent();
|
|
_comEff = new GComponent();
|
|
_comEff = UIPackage.CreateObject(UI_MainUI.PACKAGE_NAME, "ComEff").asCom;
|
|
_comEff = UIPackage.CreateObject(UI_MainUI.PACKAGE_NAME, "ComEff").asCom;
|