111
This commit is contained in:
commit
a4ff70aa6a
|
@ -24,7 +24,7 @@ Transform:
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 34767209977200763}
|
m_GameObject: {fileID: 34767209977200763}
|
||||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
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_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children:
|
m_Children:
|
||||||
- {fileID: 7275016123027883309}
|
- {fileID: 7275016123027883309}
|
||||||
|
|
|
@ -2553,7 +2553,7 @@ public class Scenariopage : MonoBehaviour
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
//Debug.LogError(windDrop.value);
|
//Debug.LogError(windDrop.value);
|
||||||
tenkokuModule.weather_WindAmt = Mathf.Lerp(0.1f, 1.1f, tempEintAmt);
|
tenkokuModule.weather_WindAmt = Mathf.Lerp(0.1f, 1.0f, tempEintAmt);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -341,10 +341,7 @@ public class TerrestrialRadioInterferenceManger : MonoBehaviour
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
Debug.LogError("进攻");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (TransmittedPower == "50~100W" && unmannedAerialVehicleManage != null)
|
if (TransmittedPower == "50~100W" && unmannedAerialVehicleManage != null)
|
||||||
|
|
Loading…
Reference in New Issue