Cockpit: radar trimmed to 1.35x (1.5x was a touch too large)

324x432 glass on the 1080p canvas, per playtest feedback.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Cyd
2026-07-13 11:09:05 -05:00
co-authored by Claude Fable 5
parent d6f4f16a24
commit f1604213ad
+4 -3
View File
@@ -3966,9 +3966,10 @@ SVGA16::SVGA16(
int top_glass_h = COCKPIT_CANVAS(240);
int bot_glass_w = COCKPIT_CANVAS(320);
int bot_glass_h = COCKPIT_CANVAS(240);
// the radar reads best big: 1.5x the compact glass
int map_glass_w = COCKPIT_CANVAS(360);
int map_glass_h = COCKPIT_CANVAS(480);
// the radar reads best big: 1.35x the compact glass
// (1.5x proved a touch too large in playtest)
int map_glass_w = COCKPIT_CANVAS(324);
int map_glass_h = COCKPIT_CANVAS(432);
splitView[SplitMFDUpperLeft] = new MFDSplitView(
"MFD upper left", init_width, init_height,