This commit is contained in:
yulong 2023-12-20 20:43:51 +08:00
commit a4ff70aa6a
3 changed files with 3 additions and 6 deletions

View File

@ -24,7 +24,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 34767209977200763}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0.48, z: -4.46}
m_LocalPosition: {x: 0, y: -0.242, z: -4.46}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children:
- {fileID: 7275016123027883309}

View File

@ -2553,7 +2553,7 @@ public class Scenariopage : MonoBehaviour
break;
}
//Debug.LogError(windDrop.value);
tenkokuModule.weather_WindAmt = Mathf.Lerp(0.1f, 1.1f, tempEintAmt);
tenkokuModule.weather_WindAmt = Mathf.Lerp(0.1f, 1.0f, tempEintAmt);
}

View File

@ -341,10 +341,7 @@ public class TerrestrialRadioInterferenceManger : MonoBehaviour
}
}
}
else
{
Debug.LogError("进攻");
}
}
}
if (TransmittedPower == "50~100W" && unmannedAerialVehicleManage != null)