Added property defaults for aircraft lighting:
/controls/lights/beacon = true /controls/lights/navigation = false
This commit is contained in:
parent
aabdbfbb6f
commit
45885877d4
1 changed files with 5 additions and 0 deletions
|
@ -287,6 +287,11 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
|
||||
<gear-down type="double">1.0</gear-down>
|
||||
|
||||
<lights>
|
||||
<navigation type="bool">false</navigation>
|
||||
<beacon type="bool">true</beacon>
|
||||
</lights>
|
||||
|
||||
</controls>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue