DEG-161 [Fix] 충돌 영역과 말풍선 위치 조정

This commit is contained in:
Sehyeon 2025-05-13 16:23:37 +09:00
parent 0a2c2a6cb8
commit 6f3685fc8a
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(200f, 250f, 0);
private Vector3 offset = new Vector3(150f, 200f, 0);
private Camera mainCamera;
private RectTransform rectTransform;

Binary file not shown.