فهرست منبع

Update bot warning

x89rt2 1 ماه پیش
والد
کامیت
d5758b06a0
2فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 0 1
      Assets/Scripts/CardEffect/BT24/Yellow/BT24_040.cs
  2. 1 1
      Assets/Scripts/Script/GManager.cs

+ 0 - 1
Assets/Scripts/CardEffect/BT24/Yellow/BT24_040.cs

@@ -146,7 +146,6 @@ namespace DCGO.CardEffects.BT24
                     }
                     }
                 }
                 }
             }
             }
-
             #endregion
             #endregion
 
 
             #region All Turns
             #region All Turns

+ 1 - 1
Assets/Scripts/Script/GManager.cs

@@ -441,7 +441,7 @@ public class GManager : MonoBehaviourPun
         rt.sizeDelta = new Vector2(0f, 30f);
         rt.sizeDelta = new Vector2(0f, 30f);
 
 
         TextMeshProUGUI text = warningObj.AddComponent<TextMeshProUGUI>();
         TextMeshProUGUI text = warningObj.AddComponent<TextMeshProUGUI>();
-        text.text = "WARNING: THE BOT IS NOT ACTIVELY MAINTAINED AND MAKES ILLEGAL PLAYS";
+        text.text = "WARNING: THE BOT IS DEPRECATED AND WILL MAKE ILLEGAL PLAYS/SOFTLOCK THE GAME";
         text.alignment = TextAlignmentOptions.Center;
         text.alignment = TextAlignmentOptions.Center;
         text.color = new Color(1f, 0.3f, 0.3f, 1f);
         text.color = new Color(1f, 0.3f, 0.3f, 1f);
         text.fontSize = 20f;
         text.fontSize = 20f;