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

Merged
Sehyeon merged 1 commits from DEG-161-충돌-영역-및-UI-위치-조정 into main 2025-05-13 07:42:36 +00:00
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.