Browse Source

射程卡改为射速卡

lvjincheng 4 years ago
parent
commit
5f81314e5a

+ 6 - 6
Assets/BowArrow/Scripts/Components/TextAutoLanguage.cs

@@ -174,12 +174,12 @@ class LanguageDefault {
     public string text109 = "使用中";
     public string text110 = "取消";
     public string text111 = "需要装备倍镜";
-    public string text112 = "需要装备射卡";
+    public string text112 = "需要装备射卡";
     public string text113 = "弓";
     public string text114 = "箭";
     public string text115 = "第 {0} 局";
     public string text117 = "长度{0}~{1}位,限英文和数字";
-    public string text118 = "靶子已超出当前射程,请加大拉距或去商城装备射卡!";
+    public string text118 = "靶子已超出当前射程,请加大拉距或去商城装备射卡!";
     public string text119 = "长度{0}~{1}位,可使用中文";
     //设备页面
     public string text500 = "陀螺仪校准";
@@ -238,11 +238,11 @@ class LanguageDefault {
 
     //道具名称
     public string text101000 = "{0}倍镜";
-    public string text101001 = "{0}倍射卡";
+    public string text101001 = "{0}倍射卡";
 
     // 道具介绍
     public string text111000 = "射箭瞄准时,视距放大{0}倍。";
-    public string text111001 = "射箭时,射增加{0}倍。";
+    public string text111001 = "射箭时,射增加{0}倍。";
 
     //设备名称
     public string text201000 = "18磅反曲弓";
@@ -350,7 +350,7 @@ class LanguageEnglish : LanguageDefault {
     public new string text114 = "Arrow";
     public new string text115 = "Round {0}";
     public new string text117 = "Limit {0}~{1} Bit, English And Figures";
-    public new string text118 = "The target has exceeded the current range, please increase the pull distance or go to the mall to equip the range card!";
+    public new string text118 = "The target has exceeded the current range, please increase the pull distance or go to the shop to equip the shoot card!";
     public new string text119 = "Limit {0}~{1} Bit, Can Use Chinese";
     //设备页面
     public new string text500 = "GyrCalibrate";
@@ -413,7 +413,7 @@ class LanguageEnglish : LanguageDefault {
 
     // 道具介绍
     public new string text111000 = "When shooting, the sight distance is enlarged by {0} times.";
-    public new string text111001 = "In archery, the range increases by {0} times.";
+    public new string text111001 = "In archery, the speed increases by {0} times.";
 
     //设备名称
     public new string text201000 = "18 Pound Bow";

+ 1 - 1
Assets/BowArrow/Scripts/Debug/GameDebug.cs

@@ -28,7 +28,7 @@ public class GameDebug : MonoBehaviour
         onDistanceInput(null);
         loaded = true;
         caluculateAbsoluteAngle();
-        //增加射
+        //增加射
         PropInfo propInfo = new PropInfo();
         propInfo.id = 22;
         propInfo.count = 1;