class MFD /// Clocks on the car board { class SpeedHUD { topLeft = "HUD_top_left"; topRight = "HUD_top_right"; bottomLeft = "HUD_bottom_left"; bottomRight = "HUD_bottom_right"; borderLeft = 0; borderRight = 0; borderTop = 0; borderBottom = 0; color[] = {0.15, 0.15, 1.0, 1.0}; enableParallax = 0; font="PuristaLight"; // «EtelkaMonospacePro» // «EtelkaMonospaceProBold» // «EtelkaNarrowMediumPro» // «LCD14» // «LucidaConsoleB» // «PuristaBold» // «PuristaLight» // «PuristaMedium» // «PuristaSemibold» // «RobotoCondensed» // «RobotoCondensedBold» // «RobotoCondensedLight» // «TahomaB» class Bones { }; class Draw { color[] = {0.247, 0.247, 0.247, 1.0}; alpha = 1; class SpeedHUD { type = text; source = speed; sourceScale = 3.6; align = middle; scale = 2; pos[] = {{0.05, 0.00}, 1}; right[] = {{0.40, 0.00}, 1}; down[] = {{0.0, 1.00}, 1}; }; }; }; }; };