enable HUD and third person mode by default
This commit is contained in:
parent
2bfb1efcfd
commit
d02a6fac90
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue