Fix COM toggle and increase map coverage to MFD.
This commit is contained in:
parent
11d811e93d
commit
d244358320
2 changed files with 3 additions and 1 deletions
|
@ -36,6 +36,8 @@ var MFDGUI =
|
||||||
{ notification: fg1000.FASCIA.COM_VOL_TOGGLE, shift: 0, value: 1, top_left: [1290, 45], bottom_right: [1340, 90] },
|
{ notification: fg1000.FASCIA.COM_VOL_TOGGLE, shift: 0, value: 1, top_left: [1290, 45], bottom_right: [1340, 90] },
|
||||||
{ notification: fg1000.FASCIA.COM_FREQ_TRANSFER, shift: 0, value: 1, top_left: [1250, 100], bottom_right: [1300, 140] },
|
{ notification: fg1000.FASCIA.COM_FREQ_TRANSFER, shift: 0, value: 1, top_left: [1250, 100], bottom_right: [1300, 140] },
|
||||||
{ notification: fg1000.FASCIA.COM_FREQ_TRANSFER_HOLD, shift: 1, value: 1, top_left: [1250, 100], bottom_right: [1300, 140] },
|
{ notification: fg1000.FASCIA.COM_FREQ_TRANSFER_HOLD, shift: 1, value: 1, top_left: [1250, 100], bottom_right: [1300, 140] },
|
||||||
|
{ notification: fg1000.FASCIA.COM_TOGGLE, shift: 0, value: 1, top_left: [1275, 170], bottom_right: [1355, 245] },
|
||||||
|
|
||||||
{ notification: fg1000.FASCIA.CRS_CENTER, shift: 0, value: 1, top_left: [1275, 331], bottom_right: [1355, 410] },
|
{ notification: fg1000.FASCIA.CRS_CENTER, shift: 0, value: 1, top_left: [1275, 331], bottom_right: [1355, 410] },
|
||||||
|
|
||||||
{ notification: fg1000.FASCIA.JOYSTICK_PRESS, shift: 0, value: 1, top_left: [1295, 500], bottom_right: [1345, 550] },
|
{ notification: fg1000.FASCIA.JOYSTICK_PRESS, shift: 0, value: 1, top_left: [1295, 500], bottom_right: [1345, 550] },
|
||||||
|
|
|
@ -1283,7 +1283,7 @@ var TileLayer = {
|
||||||
group: group.createChild("group", me.type),
|
group: group.createChild("group", me.type),
|
||||||
maps_base: "",
|
maps_base: "",
|
||||||
controller: controller,
|
controller: controller,
|
||||||
num_tiles: [5,5],
|
num_tiles: [9,9],
|
||||||
makeURL: nil,
|
makeURL: nil,
|
||||||
makePath: nil,
|
makePath: nil,
|
||||||
center_tile_offset : [],
|
center_tile_offset : [],
|
||||||
|
|
Loading…
Add table
Reference in a new issue