lvjincheng пре 3 година
родитељ
комит
eeb3a6c532

+ 16 - 0
Assets/BowArrow/Modules/NewUserGuider/NewUserGuider.prefab

@@ -1071,6 +1071,7 @@ GameObject:
   - component: {fileID: 2480793609954951955}
   - component: {fileID: 3552016407371106846}
   - component: {fileID: 7274467888517174374}
+  - component: {fileID: 5751304330385149668}
   m_Layer: 5
   m_Name: Text
   m_TagString: Untagged
@@ -1154,3 +1155,18 @@ MonoBehaviour:
   m_EffectColor: {r: 0.18045564, g: 0.27111888, b: 0.6981132, a: 0.5}
   m_EffectDistance: {x: 2, y: -2}
   m_UseGraphicAlpha: 1
+--- !u!114 &5751304330385149668
+MonoBehaviour:
+  m_ObjectHideFlags: 0
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_GameObject: {fileID: 9011839471310115368}
+  m_Enabled: 1
+  m_EditorHideFlags: 0
+  m_Script: {fileID: 11500000, guid: 0f4efe98aab6c6b41a7ee1f4c49df27b, type: 3}
+  m_Name: 
+  m_EditorClassIdentifier: 
+  textKey: new-user-guider_btn_skip
+  layoutRebuildObject: {fileID: 0}
+  languageFontSizes: []

+ 2 - 1
Assets/BowArrow/Scripts/Components/TextAutoLanguage2/Resources/TextAutoLanguage2/cn.json

@@ -27,7 +27,8 @@
     "course_title_10": "撒放",
     "course_title_11": "结束动作",
     "course_btn_see": "查看",
-
+    
+    "new-user-guider_btn_skip": "跳过教程",
     "new-user-guider_tip_模块开机": "长按模块上的<color=#FFA500>“开机”</color>键,当绿灯闪\n烁时,即模块处于等待连接的状态。",
     "new-user-guider_tip_连接设备": "点击<color=#FFA500>“连接”</color>等待设备提示连接成功,\n此时模块处于绿灯常亮的状态。",
     "new-user-guider_tip_弓箭详情": "点击<color=#FFA500>弓箭</color>,查看更多信息。",

+ 1 - 0
Assets/BowArrow/Scripts/Components/TextAutoLanguage2/Resources/TextAutoLanguage2/en.json

@@ -28,6 +28,7 @@
     "course_title_11": "Finish up job",
     "course_btn_see": "see",
     
+    "new-user-guider_btn_skip": "Skip Tutorial",
     "new-user-guider_tip_模块开机": "Press and hold the <color=#FFA500>\"Power on\"</color> key \non the module, and when the green \nlight flashes, the module is in the \nstate of waiting for connection.",
     "new-user-guider_tip_连接设备": "Click <color=#FFA500>\"Connect\"</color> and wait for the device to \nprompt that the connection is successful. \nAt this time, the module is in the green state.",
     "new-user-guider_tip_弓箭详情": "Click the <color=#FFA500>arrow</color> to see more information.",