Splash: Added preview pic. Nasal:Auto crash system update(I forgot what have been changed actually sorry)
This commit is contained in:
parent
fcc8636c1e
commit
edfab01266
|
@ -53,6 +53,7 @@ var road_check_func = func(){
|
|||
else
|
||||
break;
|
||||
}
|
||||
|
||||
if(left_range>right_range)
|
||||
{
|
||||
props.getNode("/", 1).setValue("/controls/flight/rudder",-(right_range-left_range)*(right_range-left_range)/900);
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
|
@ -160,6 +160,11 @@
|
|||
<splash type="bool">true</splash>
|
||||
<path>Splash/G4_Tour/2.jpg</path>
|
||||
</preview>
|
||||
<preview>
|
||||
<type>exterior</type>
|
||||
<splash type="bool">true</splash>
|
||||
<path>Splash/G4_Tour/3.jpg</path>
|
||||
</preview>
|
||||
<preview>
|
||||
<type>exterior</type>
|
||||
<splash type="bool">true</splash>
|
||||
|
@ -170,6 +175,11 @@
|
|||
<splash type="bool">true</splash>
|
||||
<path>Splash/G4_Tour/5.jpg</path>
|
||||
</preview>
|
||||
<preview>
|
||||
<type>exterior</type>
|
||||
<splash type="bool">true</splash>
|
||||
<path>Splash/G4_Tour/6.jpg</path>
|
||||
</preview>
|
||||
</previews>
|
||||
|
||||
<rating>
|
||||
|
|
Loading…
Reference in New Issue