色指定修正

This commit is contained in:
kimura 2021-09-13 11:27:54 +09:00
parent 91534c9272
commit 0bd6fd44ab
1 changed files with 1 additions and 1 deletions

View File

@ -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;