Преглед изворни кода

Update ContinuousController.cs

x89rt2 пре 5 месеци
родитељ
комит
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>(),
             Attribute_ENG = new List<string>(),
             Type_JPN = new List<string>(),
             Type_JPN = new List<string>(),
             Type_ENG = new List<string>(),
             Type_ENG = new List<string>(),
-            CardSpriteName = "BT19-091-token",
+            CardSpriteName = "BT19-091-token-1",
             cardKind = CardKind.Digimon,
             cardKind = CardKind.Digimon,
             DP = 6000
             DP = 6000
         };
         };
@@ -370,7 +370,7 @@ public class ContinuousController : MonoBehaviour
             Attribute_ENG = new List<string>(),
             Attribute_ENG = new List<string>(),
             Type_JPN = new List<string>(),
             Type_JPN = new List<string>(),
             Type_ENG = new List<string>(),
             Type_ENG = new List<string>(),
-            CardSpriteName = "BT19-091-token",
+            CardSpriteName = "BT19-091-token-2",
             cardKind = CardKind.Digimon,
             cardKind = CardKind.Digimon,
             DP = 6000
             DP = 6000
         };
         };
@@ -390,7 +390,7 @@ public class ContinuousController : MonoBehaviour
             Attribute_ENG = new List<string>(),
             Attribute_ENG = new List<string>(),
             Type_JPN = new List<string>(),
             Type_JPN = new List<string>(),
             Type_ENG = new List<string>(),
             Type_ENG = new List<string>(),
-            CardSpriteName = "BT19-091-token",
+            CardSpriteName = "BT19-091-token-3",
             cardKind = CardKind.Digimon,
             cardKind = CardKind.Digimon,
             DP = 6000
             DP = 6000
         };
         };
@@ -1626,4 +1626,4 @@ public enum Language
 {
 {
     ENG,
     ENG,
     JPN,
     JPN,
-}
+}