1
0
Fork 0

Merge branch 'master' of git://gitorious.org/fg/fgdata

This commit is contained in:
BARANGER Emmanuel 2011-03-07 12:43:47 +01:00
commit c00cfc55d5
3 changed files with 223 additions and 133 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because it is too large Load diff

View file

@ -20,7 +20,7 @@
<type>rotate</type>
<object-name>needle</object-name>
<property>instrumentation/altimeter/indicated-altitude-ft</property>
<factor>3.6</factor>
<factor>0.36</factor>
<axis>
<x>-1</x>
<y>0</y>
@ -76,6 +76,37 @@
</axis>
</animation>
<animation>
<type>select</type>
<object-name>negativ-flag</object-name>
<condition>
<less-than>
<property>instrumentation/altimeter/indicated-altitude-ft</property>
<value>0</value>
</less-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>below-1000-flag</object-name>
<condition>
<less-than>
<property>instrumentation/altimeter/indicated-altitude-ft</property>
<value>1000</value>
</less-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>below-10000-flag</object-name>
<condition>
<less-than>
<property>instrumentation/altimeter/indicated-altitude-ft</property>
<value>10000</value>
</less-than>
</condition>
</animation>
<!-- barometer drum counter -->
<animation>
<type>textranslate</type>