1
0
Fork 0

Added accidentally.

This commit is contained in:
david 2001-12-06 19:18:30 +00:00
parent aada4d7db3
commit 82ec2dd9b6

View file

@ -1,34 +0,0 @@
<?xml version="1.0"?>
<!--
************************************************************************
X15 simulation config. This files ties together all the components
used by FGFS to represent the X15. Components include the flight data
model, instrument panel, and external 3D model.
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
October 23 2001 John Check, fgpanels@rockfish.net
************************************************************************
-->
<PropertyList>
<!-- these are the three main components -->
<sim>
<flight-model>jsb</flight-model>
<aircraft>X15</aircraft>
<sound>false</sound>
<panel>
<path>Aircraft/X15/Panels/X15-panel.xml</path>
</panel>
<!-- gear up -->
<model>
<path>Aircraft/X15/Models/X15_flight.ac</path>
</model>
<!-- gear down -->
<model_2>
<path>Aircraft/X15/Models/X15_landing.ac</path>
</model_2>
</sim>
</PropertyList>