|
@@ -162,9 +162,20 @@ public class ManaGarden : Regist
|
|
|
image.rectTransform.sizeDelta = newSize;
|
|
|
}
|
|
|
|
|
|
- public static void ShowPlantCard()
|
|
|
+ public static void ShowPlantCard(Slot slot, FlowerInfo flowerInfo)
|
|
|
{
|
|
|
+ ManaReso.Get("H_FlowerCard").TweenForCG();
|
|
|
+
|
|
|
+ ManaReso.SetActive("H_Grid", true);
|
|
|
+ ManaReso.SetActive("H_Prev", true);
|
|
|
+ ManaReso.SetActive("H_Next", true);
|
|
|
+ ManaReso.SetActive("H_Place", true);
|
|
|
+ ManaReso.SetActive("H_Icon1", false);
|
|
|
+ ManaReso.SetActive("H_Retrieve", false);
|
|
|
|
|
|
+ SeleSlot = slot;
|
|
|
+
|
|
|
+ SetFlowerCard(flowerInfo);
|
|
|
}
|
|
|
|
|
|
public static void ShowRetrieveCard(FlowerInfo flowerInfo)
|