This commit is contained in:
parent
dcc6d69416
commit
f0ee6029c5
|
@ -239,8 +239,8 @@ public class RadarManger : MonoBehaviour
|
|||
break;
|
||||
case "探测距离:":
|
||||
DetectionRange = weaponitemone[i].para_value;
|
||||
detectionRadius = float.Parse(DetectionRange) * 200;
|
||||
|
||||
detectionRadius = float.Parse(DetectionRange) * 100;
|
||||
Mincamera.orthographicSize = detectionRadius;
|
||||
break;
|
||||
case "近盲区:":
|
||||
NearBlindArea = weaponitemone[i].para_value;
|
||||
|
|
Loading…
Reference in New Issue