Просмотр исходного кода

Update ContinuousController.cs

x89rt2 4 месяцев назад
Родитель
Сommit
40bcb9fbee
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      Assets/Scripts/Script/ContinuousController.cs

+ 4 - 4
Assets/Scripts/Script/ContinuousController.cs

@@ -350,7 +350,7 @@ public class ContinuousController : MonoBehaviour
             Attribute_ENG = new List<string>(),
             Type_JPN = new List<string>(),
             Type_ENG = new List<string>(),
-            CardSpriteName = "BT19-091-token",
+            CardSpriteName = "BT19-091-token-1",
             cardKind = CardKind.Digimon,
             DP = 6000
         };
@@ -370,7 +370,7 @@ public class ContinuousController : MonoBehaviour
             Attribute_ENG = new List<string>(),
             Type_JPN = new List<string>(),
             Type_ENG = new List<string>(),
-            CardSpriteName = "BT19-091-token",
+            CardSpriteName = "BT19-091-token-2",
             cardKind = CardKind.Digimon,
             DP = 6000
         };
@@ -390,7 +390,7 @@ public class ContinuousController : MonoBehaviour
             Attribute_ENG = new List<string>(),
             Type_JPN = new List<string>(),
             Type_ENG = new List<string>(),
-            CardSpriteName = "BT19-091-token",
+            CardSpriteName = "BT19-091-token-3",
             cardKind = CardKind.Digimon,
             DP = 6000
         };
@@ -1626,4 +1626,4 @@ public enum Language
 {
     ENG,
     JPN,
-}
+}