Main背景 畑 iPhoneX CameraSize調整

This commit is contained in:
hirokei 2021-10-29 19:00:04 +09:00
parent 189ed1c365
commit 81e5de4be5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 KiB

After

Width:  |  Height:  |  Size: 354 KiB

View File

@ -28,7 +28,7 @@ namespace MyGame.Scripts
switch (scene)
{
case GameScenes.CornField:
camera.orthographicSize = 12.5f;
camera.orthographicSize = 13.5f;
break;
case GameScenes.Main:
camera.orthographicSize = 14f;