diff --git a/BulkCargo_UnityProject/Assets/Scenes/MainScene.unity b/BulkCargo_UnityProject/Assets/Scenes/MainScene.unity index 6eaa3a75..729f4af9 100644 --- a/BulkCargo_UnityProject/Assets/Scenes/MainScene.unity +++ b/BulkCargo_UnityProject/Assets/Scenes/MainScene.unity @@ -3461,7 +3461,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: "\u9000\u51FA\u5C55\u793A\u9762\u677F" + m_text: "\u9690\u85CF\u4E1A\u52A1\u6570\u636E" m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 39d48bca937920746ae0cfa602467f63, type: 2} m_sharedMaterial: {fileID: 3298889249665915115, guid: 39d48bca937920746ae0cfa602467f63, diff --git a/BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs b/BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs index 8800fa56..58b78c25 100644 --- a/BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs +++ b/BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs @@ -50,6 +50,7 @@ public class CallForTest : MonoBehaviour const int HWND_TOPMOST = -1; private void Awake() { + Application.targetFrameRate = 60; instance = this; DontDestroyOnLoad(gameObject); diff --git a/BulkCargo_UnityProject/Assets/Scripts/wj/Manager/UIManager.cs b/BulkCargo_UnityProject/Assets/Scripts/wj/Manager/UIManager.cs index ead8a89d..b2d6b48b 100644 --- a/BulkCargo_UnityProject/Assets/Scripts/wj/Manager/UIManager.cs +++ b/BulkCargo_UnityProject/Assets/Scripts/wj/Manager/UIManager.cs @@ -261,7 +261,7 @@ public class UIManager : Singleton { _show = !_show; UIRoot.Instance.DataPanel.ShowData(_show); - UIRoot.Instance.ExitDataText.text = _show ? "退出展示面板" : "显示展示面板"; + UIRoot.Instance.ExitDataText.text = _show ? "隐藏业务数据" : "显示业务数据"; } private void Update()