Set initial levels for fuel tanks (not quite working yet).
This commit is contained in:
parent
c3b839754d
commit
accfbc7c84
2 changed files with 14 additions and 0 deletions
|
@ -31,6 +31,13 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
</model>
|
||||
|
||||
</sim>
|
||||
|
||||
<consumables>
|
||||
<fuel>
|
||||
<tank n="0">28</tank>
|
||||
<tank n="1">28</tank>
|
||||
</fuel>
|
||||
</consumables>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
|
|
@ -32,6 +32,13 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
</sim>
|
||||
|
||||
<consumables>
|
||||
<fuel>
|
||||
<tank n="0">28</tank>
|
||||
<tank n="1">28</tank>
|
||||
</fuel>
|
||||
</consumables>
|
||||
|
||||
<input>
|
||||
|
||||
<keyboard>
|
||||
|
|
Loading…
Add table
Reference in a new issue