This commit is contained in:
parent
b1e7696d78
commit
0cf4af5364
|
@ -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}
|
||||
|
|
|
@ -1 +1 @@
|
|||
192.168.244.15:48888
|
||||
192.168.46.15:48888
|
|
@ -1 +1 @@
|
|||
192.168.244.15
|
||||
192.168.46.15
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue