Merge branch 'dev' into 3D
This commit is contained in:
commit
55f7bdaef6
3 changed files with 781 additions and 685 deletions
|
@ -999,7 +999,7 @@ var canvas_pfd = {
|
||||||
|
|
||||||
obj["ALT_scale"].setTranslation(0, -obj.middleAltOffset);
|
obj["ALT_scale"].setTranslation(0, -obj.middleAltOffset);
|
||||||
obj["ALT_scale"].update();
|
obj["ALT_scale"].update();
|
||||||
obj["ALT_tens"].setTranslation(0, num(right(sprintf("%02d", val.altitudePFD), 2)) * 1.392);
|
obj["ALT_tens"].setTranslation(0, num(right(sprintf("%02d", abs(val.altitudePFD)), 2)) * 1.498);
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
props.UpdateManager.FromHashValue("altitudeDigits", 1, func(val) {
|
props.UpdateManager.FromHashValue("altitudeDigits", 1, func(val) {
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 349 KiB After Width: | Height: | Size: 356 KiB |
|
@ -1 +1 @@
|
||||||
51
|
52
|
Loading…
Reference in a new issue