Main背景 畑 iPhoneX CameraSize調整
This commit is contained in:
parent
189ed1c365
commit
81e5de4be5
Binary file not shown.
|
Before Width: | Height: | Size: 352 KiB After Width: | Height: | Size: 354 KiB |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue