1
0
Fork 0

Some prepatory work for User ATC/AI interactions.

- Renable the ATC dialog in keyboard.xml
- Add two new materials in Symbols: A unidirectional and a bidirectional arrow tape.
This commit is contained in:
Durk Talsma 2011-04-21 08:02:17 +02:00
parent 995a219b35
commit 6ee5fcab3a
4 changed files with 23 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 B

View file

@ -338,9 +338,8 @@ top down before the key bindings are parsed.
<desc>Display a dialog relevant to the tuned in ATC service (if any)</desc>
<binding>
<!-- At the moment, we have no working interactive ATC, so this is
disabled for v2.2.0.
disabled for v2.2.0. -->
<command>ATC-dialog</command>
-->
</binding>
</key>

View file

@ -3203,4 +3203,26 @@ Shared parameters for various materials.
</emissive>
</material>
<material>
<name>UnidirectionalTaper</name>
<texture>Symbols/unidirectional.png</texture>
<emissive>
<r>0.92157</r>
<g>0.92157</g>
<b>0.76471</b>
<a>1.0</a>
</emissive>
</material>
<material>
<name>BidirectionalTaper</name>
<texture>Symbols/bidirectional.png</texture>
<emissive>
<r>0.92157</r>
<g>0.92157</g>
<b>0.76471</b>
<a>1.0</a>
</emissive>
</material>
</PropertyList>