Browse Source

Update ContinuousController.cs

x89rt2 4 months ago
parent
commit
efdad3862a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Assets/Scripts/Script/ContinuousController.cs

+ 3 - 3
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-W",
+            CardSpriteName = "BT19-091-token-red",
             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-T",
+            CardSpriteName = "BT19-091-token-yellow",
             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-R",
+            CardSpriteName = "BT19-091-token-green",
             cardKind = CardKind.Digimon,
             DP = 6000
         };