Compare commits

...

2 Commits

Author SHA1 Message Date
ae7a08a205 Merge pull request 'DEG-161 [Fix] 충돌 영역과 말풍선 위치 조정' (!49) from DEG-161-충돌-영역-및-UI-위치-조정 into main
Reviewed-on: #49
Reviewed-by: jay <ayjindev@gmail.com>
Reviewed-by: Lim0_C <dladudcks22@gmail.com>
2025-05-13 07:42:35 +00:00
Sehyeon
6f3685fc8a DEG-161 [Fix] 충돌 영역과 말풍선 위치 조정 2025-05-13 16:23:37 +09: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.