energia sav

This commit is contained in:
2022-11-07 17:25:24 +01:00
parent 302c977200
commit 58648bb9ee
10 changed files with 4609 additions and 113 deletions

View File

@@ -16,7 +16,7 @@ public class CameraMovement : MonoBehaviour
public void moveCameraBack() {
Debug.Log("Moved back");
mainCamera.transform.position = new Vector3(0, 0, -10);
mainCamera.transform.position = new Vector3((float)-2.15, 0, -10);
mainCamera.orthographicSize = 10.3f;
}
}