|
@@ -1,6 +1,7 @@
|
|
|
using System.Collections;
|
|
|
using System.Collections.Generic;
|
|
|
using FairyGUI;
|
|
|
+using UI.CommonGame;
|
|
|
using UI.FieldGuide;
|
|
|
using UnityEngine;
|
|
|
|
|
@@ -145,6 +146,12 @@ namespace GFGGame
|
|
|
UpdateCardList();
|
|
|
_ui.m_listCard.scrollPane.ScrollTop();
|
|
|
_ui.m_Refresh.Play();
|
|
|
+
|
|
|
+ // 顶部选择菜单按钮的选中动画
|
|
|
+ GObject gObject = eventContext.data as GObject;
|
|
|
+ UI_Button21 button = UI_Button21.Proxy(gObject);
|
|
|
+ button.m_fadeIn.Play();
|
|
|
+ UI_Button21.ProxyEnd();
|
|
|
}
|
|
|
|
|
|
private void UpdateCardList()
|