Skip to content

Commit

Permalink
Saving settings - 01
Browse files Browse the repository at this point in the history
  • Loading branch information
Marebears committed Mar 4, 2024
1 parent 340b586 commit 3e0d7bd
Show file tree
Hide file tree
Showing 46 changed files with 1,645 additions and 238 deletions.
4 changes: 2 additions & 2 deletions Assets/_Code/World/Camera/CameraService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ namespace Aqua.Cameras
{
public class CameraService : ServiceBehaviour, IPauseable
{
private const float DesiredWidth = 1024;
private const float DesiredHeight = 660;
private const float DesiredWidth = 1920;
private const float DesiredHeight = 1080;

#region Types

Expand Down
Loading

0 comments on commit 3e0d7bd

Please sign in to comment.