... | ... |
@@ -42,12 +42,12 @@ displayClass.updateEIS = func { |
42 | 42 |
me.screenElements['FUEL-RIGHT-pointer'] |
43 | 43 |
.setTranslation( |
44 | 44 |
0, |
45 |
- (1 - right / (full/2)) * -80 |
|
45 |
+ (1 - right / (full/2)) * 80 |
|
46 | 46 |
); |
47 | 47 |
me.screenElements['FUEL-LEFT-pointer'] |
48 | 48 |
.setTranslation( |
49 | 49 |
0, |
50 |
- (1 - left / (full/2)) * -80 |
|
50 |
+ (1 - left / (full/2)) * 80 |
|
51 | 51 |
); |
52 | 52 |
me.screenElements['BUS-V-text'] |
53 | 53 |
.setText(sprintf('%.1i', getprop('/systems/electrical/outputs/bus'))); |