Add a combo box to set AI traffic level, and remove the text about AI being limited to KEMT only
This commit is contained in:
parent
d49fc91fd7
commit
dc0538cc8c
1 changed files with 21 additions and 15 deletions
|
@ -6,18 +6,18 @@
|
||||||
|
|
||||||
<name>atc-ai</name>
|
<name>atc-ai</name>
|
||||||
<width>300</width>
|
<width>300</width>
|
||||||
<height>220</height>
|
<height>240</height>
|
||||||
<modal>false</modal>
|
<modal>false</modal>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
<x>80</x>
|
<x>80</x>
|
||||||
<y>180</y>
|
<y>200</y>
|
||||||
<label>ATC/AI Options</label>
|
<label>ATC/AI Options</label>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<x>30</x>
|
<x>30</x>
|
||||||
<y>140</y>
|
<y>160</y>
|
||||||
<width>20</width>
|
<width>20</width>
|
||||||
<height>20</height>
|
<height>20</height>
|
||||||
<label>Enable ATC</label>
|
<label>Enable ATC</label>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<x>30</x>
|
<x>30</x>
|
||||||
<y>110</y>
|
<y>130</y>
|
||||||
<width>20</width>
|
<width>20</width>
|
||||||
<height>20</height>
|
<height>20</height>
|
||||||
<label>Enable AI traffic</label>
|
<label>Enable AI traffic</label>
|
||||||
|
@ -35,14 +35,20 @@
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
<x>30</x>
|
<x>30</x>
|
||||||
<y>75</y>
|
<y>100</y>
|
||||||
<label>(AI traffic currently limited</label>
|
<label>AI traffic density:</label>
|
||||||
</text>
|
</text>
|
||||||
<text>
|
|
||||||
|
<combo>
|
||||||
<x>30</x>
|
<x>30</x>
|
||||||
<y>55</y>
|
<y>80</y>
|
||||||
<label>to KEMT only.)</label>
|
<width>200</width>
|
||||||
</text>
|
<height>25</height>
|
||||||
|
<property>/sim/ai-traffic/level</property>
|
||||||
|
<value>1</value>
|
||||||
|
<value>2</value>
|
||||||
|
<value>3</value>
|
||||||
|
</combo>
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
<y>10</y>
|
<y>10</y>
|
||||||
|
|
Loading…
Reference in a new issue