Jelajahi Sumber

Merge pull request #924 from DCGO2/x89rt2-patch-17

Update ContinuousController.cs
x89rt2 4 bulan lalu
induk
melakukan
11f31368df
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  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-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",
+            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",
+            CardSpriteName = "BT19-091-token-green",
             cardKind = CardKind.Digimon,
             DP = 6000
         };
@@ -1626,4 +1626,4 @@ public enum Language
 {
     ENG,
     JPN,
-}
+}