Showing 2 changed files with 4 additions and 0 deletions
+3
Nasal/display.nas
... ...
@@ -113,6 +113,7 @@ var displayClass = {
113 113
                     'TAS',
114 114
                     'GSPD',
115 115
                     'BARO-bg',
116
+                    'SlipSkid',
116 117
                 );
117 118
                 append(groups.hide,
118 119
                     'EIS',
... ...
@@ -486,6 +487,8 @@ var displayClass = {
486 487
             .setTranslation(0, pitch * 6.849);
487 488
         me.screenElements.bankPointer
488 489
             .setRotation(-roll * D2R);
490
+        me.screenElements['SlipSkid']
491
+            .setTranslation(getprop("/instrumentation/slip-skid-ball/indicated-slip-skid") * 10, 0);
489 492
         settimer(func me.updateAI(), 0.1);
490 493
     },
491 494
 #}}}
+1
README.md
... ...
@@ -71,6 +71,7 @@ Please report bug at <seb.marque@free.fr>.
71 71
     * alerts with white backgroud and black text available
72 72
   * CDI
73 73
   * OMI
74
+  * Slipskid animation
74 75
 * ![][90%]
75 76
   * Radio stack, including ID for NAV (![][green-bug] [NAV1 ID isn't displayed on MFD](/git/seb/zkv1000/issues/1))
76 77
   * Bearing needs some checks to be sure it shows the correct information