const base = { fontSize: 20, fgRGB: 0xffffff, fgA: 0xff, fgRGB2: null, fgA2: null, bgRGB: 0, bgA: 0, bgLeft: 0, bgRight: 0, bgTop: 0, bgBot: 0, }; export default { PAS: { ...base, x: 16, y: 200, fmt: `X Pos Y Pos Z Pos Angle H Spd V Spd `, }, speed: { ...base, x: 16, y: 240, fmt: `H Spd V Spd `, }, detailed: { ...base, x: 16, y: 192, fontSize: 16, fmt: `X Y Z A C H V QF I G Spin `, }, rect: { ...base, x: 32, y: 48, fontSize: 0, fmt: '', bgRight: 536, bgBot: 384, bgA: 0x7f, }, };