Browse Source

提交修复一部分bug

lantiannb 1 week ago
parent
commit
489764bb88

File diff suppressed because it is too large
+ 0 - 0
Assets/Fonts/Resources/msyh SDF.asset


+ 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<color=#FFFFFF>{(int)(_currentData.openValue*100)}</color> cm";
+        _openValueText.text = $"开度:\t<color=#FFFFFF>{(float)(_currentData.openValue)}</color> m";
         string stateStr = "未知";
         switch (_currentData.state)
         {

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