Browse Source

提交水文预警的字体

wartheking 2 weeks ago
parent
commit
278e4fab2d
3 changed files with 212 additions and 115 deletions
  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