Skip to content

Commit

Permalink
Merge pull request #343 from rr222cy/patch-2
Browse files Browse the repository at this point in the history
Camera FOV standard settings
  • Loading branch information
nxPublic authored Mar 13, 2021
2 parents d3ccc30 + aaa4f88 commit aed708a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ValheimPlus/Configurations/Sections/CameraConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public class CameraConfiguration : BaseConfig<CameraConfiguration>
{
public float cameraMaximumZoomDistance { get; internal set; } = 1146;
public float cameraBoatMaximumZoomDistance { get; internal set; } = 6;
public float cameraFOV { get; internal set; } = 85;
public float cameraFOV { get; internal set; } = 65;
}
}

0 comments on commit aed708a

Please sign in to comment.