畑のiphoneXカメラサイズ変更

This commit is contained in:
kimura 2021-10-26 19:54:09 +09:00
parent 1c582bdc4d
commit a139736a7c
1 changed files with 1 additions and 1 deletions

View File

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