色指定修正
This commit is contained in:
parent
91534c9272
commit
0bd6fd44ab
|
|
@ -6,7 +6,7 @@ using UnityEngine.UI;
|
||||||
public class ShopItemPurchaseView : MonoBehaviour
|
public class ShopItemPurchaseView : MonoBehaviour
|
||||||
{
|
{
|
||||||
public static readonly string ItemPurchaseTag = "ItemPurcahse";
|
public static readonly string ItemPurchaseTag = "ItemPurcahse";
|
||||||
private static readonly string redColorString= "fb6346";
|
private static readonly string redColorString= "#fb6346";
|
||||||
private static readonly int OpenTrigger = Animator.StringToHash("OpenTrigger");
|
private static readonly int OpenTrigger = Animator.StringToHash("OpenTrigger");
|
||||||
private static readonly int CloseTrigger = Animator.StringToHash("CloseTrigger");
|
private static readonly int CloseTrigger = Animator.StringToHash("CloseTrigger");
|
||||||
private static readonly int MaxPurchaseCount = 999;
|
private static readonly int MaxPurchaseCount = 999;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue