Compare commits

..

No commits in common. "ae7a08a2054f8770a19825d8b5f67bc182821f8e" and "2e1b96baf0806bcc2f64ec23fe65f47398c966b5" have entirely different histories.

3 changed files with 5 additions and 5 deletions

BIN
Assets/KSH/ReHousing.unity (Stored with Git LFS)

Binary file not shown.

View File

@ -8,7 +8,7 @@ public class SpeechBubbleFollower : MonoBehaviour
[SerializeField] private Transform playerTransform;
[SerializeField] private TMP_Text bubbleText;
private Vector3 offset = new Vector3(150f, 200f, 0);
private Vector3 offset = new Vector3(200f, 250f, 0);
private Camera mainCamera;
private RectTransform rectTransform;

Binary file not shown.