add note about new dependency $FG_ROOT/Aircraft/Generic/annunciator.nas
This commit is contained in:
parent
410950b7b2
commit
0be35251ba
1 changed files with 10 additions and 0 deletions
|
@ -21,6 +21,16 @@ Actions are hotspots on the instrument that will respond to a mouse
|
|||
click. Actions always modify the values of properties, either by
|
||||
adjusting them, toggling them, or swaping them with other
|
||||
properties' values.
|
||||
|
||||
|
||||
Note: this file depends on the $FG_ROOT/Aircraft/Generic/annunciator.nas
|
||||
file being included. Add this to your *-set.xml file:
|
||||
|
||||
<nasal>
|
||||
<annunciator>
|
||||
<file>Aircraft/Generic/annunciator.nas</file>
|
||||
</annunciator>
|
||||
</nasal>
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
|
Loading…
Reference in a new issue