enable HUD and third person mode by default

This commit is contained in:
yuni 2024-05-01 18:50:46 +02:00
parent 2bfb1efcfd
commit d02a6fac90

View file

@ -164,10 +164,10 @@ impl Default for Settings {
hud_color_choices: Color::hex("#727272").unwrap(), hud_color_choices: Color::hex("#727272").unwrap(),
hud_color_speedometer: Color::hex("#BE1251").unwrap(), hud_color_speedometer: Color::hex("#BE1251").unwrap(),
chat_speed: DEFAULT_CHAT_SPEED * if dev_mode { 2.5 } else { 1.0 }, chat_speed: DEFAULT_CHAT_SPEED * if dev_mode { 2.5 } else { 1.0 },
hud_active: false, hud_active: true,
map_active: false, map_active: false,
is_zooming: false, is_zooming: false,
third_person: false, third_person: true,
rotation_stabilizer_active: true, rotation_stabilizer_active: true,
shadows_sun: true, shadows_sun: true,
shadows_pointlights: false, shadows_pointlights: false,