瀏覽代碼

提交水文预警的字体

wartheking 2 周之前
父節點
當前提交
278e4fab2d
共有 3 個文件被更改,包括 212 次插入115 次删除
  1. 113 113
      Assets/Prefabs/UI/XHYZT/SWYJ.prefab
  2. 98 1
      Assets/Scene 1.unity
  3. 1 1
      Assets/Scripts/UI/Item/ZhaZhanJianKongItem.cs

File diff suppressed because it is too large
+ 113 - 113
Assets/Prefabs/UI/XHYZT/SWYJ.prefab


File diff suppressed because it is too large
+ 98 - 1
Assets/Scene 1.unity


+ 1 - 1
Assets/Scripts/UI/Item/ZhaZhanJianKongItem.cs

@@ -22,7 +22,7 @@ public class ZhaZhanJianKongItem : MonoBehaviour
     {
         _currentData = data;
         _nameText.text = _currentData.name;
-        _openValueText.text = $"开度:\t\t<color=#FFFFFF>{(int)(_currentData.openValue*100)}</color> %";
+        _openValueText.text = $"开度:\t\t<color=#FFFFFF>{(int)(_currentData.openValue*100)}</color> cm";
         string stateStr = "未知";
         switch (_currentData.state)
         {

Some files were not shown because too many files changed in this diff